Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Statistical Software for Data Analysis and Clinical Trials01:12

Statistical Software for Data Analysis and Clinical Trials

565
Statistical software is pivotal in data analysis and clinical trials by providing tools to analyze data, draw conclusions, and make predictions. These software packages range from simple data management applications to complex analytical platforms, supporting various statistical tests, models, and simulation techniques. Their significance lies in their ability to handle vast amounts of data with precision and efficiency, enabling researchers to validate hypotheses, identify trends, and make...
565

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Wastewater-based sequencing of respiratory syncytial virus to investigate lineage dynamics and antigenic site mutations: a retrospective genomic epidemiology study.

The Lancet. Microbe·2026
Same author

Integrated Analyses of Longitudinal Trends of Antibiotic-Resistant Bacteria in Wastewater, Clinical Resistance Data, and Antibiotic Consumption in Switzerland.

Environmental science & technology·2026
Same author

From clinics to sewers: leveraging environmental surveillance and whole genome sequencing to inform transmission of ESBL-<i>Escherichia coli</i> in Switzerland.

Applied and environmental microbiology·2026
Same author

Corrigendum to "Characterizing Influenza A Virus Lineages and Clinically Relevant Mutations Through High-Coverage Wastewater Sequencing" [Water Research (2025) Article No. 124453].

Water research·2026
Same author

Real-time outlier detection in digital PCR data for wastewater-based pathogen surveillance.

Environmental research·2026
Same author

Wastewater-based surveillance of respiratory viruses in a geriatric hospital: a pilot study.

The Journal of hospital infection·2026
Same journal

Analysis of strength degradation of coal and rock masses and stability of mined areas under long term immersion environment.

PloS one·2026
Same journal

Biogenic Silver-Selenium nanocomposite with anticancer activity and potent efficacy against vancomycin-resistant Staphylococcus aureus.

PloS one·2026
Same journal

Preparation and physicochemical characterization of a biodegradable chitosan/carboxymethyl cellulose hydrogel synthesized in NaOH/urea medium.

PloS one·2026
Same journal

Action-guilt, survivor-guilt, and depression in combat-related PTSD.

PloS one·2026
Same journal

Explainable machine learning for predicting activities of daily living at discharge in stroke patients: A retrospective study using SHAP interpretability.

PloS one·2026
Same journal

Deep learning based two-way feature depiction model for brain tumor detection.

PloS one·2026
See all related articles

Related Experiment Video

Updated: Jul 9, 2025

A Practical Guide to Phylogenetics for Nonexperts
12:00

A Practical Guide to Phylogenetics for Nonexperts

Published on: February 5, 2014

35.4K

Portable BLAST-like algorithm library and its implementations for command line, Python, and R.

Steven Schmid1, Aditya Jeevannavar2, Timothy R Julian3

  • 1hakuna AG, Zürich, Switzerland.

Plos One
|November 30, 2023
PubMed
Summary
This summary is machine-generated.

A new tool, nsearch, offers portable, embeddable BLAST-like functionality for sequence similarity searches. It enables integration into R (Blaster) and Python (npysearch) applications, matching the speed and accuracy of existing BLAST tools.

More Related Videos

Author Spotlight: Development of an Automated Camera-Based System for Real-Time Blast Overpressure Monitoring and TBI Risk Assessment in Military Training
06:20

Author Spotlight: Development of an Automated Camera-Based System for Real-Time Blast Overpressure Monitoring and TBI Risk Assessment in Military Training

Published on: December 6, 2024

2.8K
A Bioinformatics Pipeline for Investigating Molecular Evolution and Gene Expression using RNA-seq
07:09

A Bioinformatics Pipeline for Investigating Molecular Evolution and Gene Expression using RNA-seq

Published on: May 28, 2021

9.6K

Related Experiment Videos

Last Updated: Jul 9, 2025

A Practical Guide to Phylogenetics for Nonexperts
12:00

A Practical Guide to Phylogenetics for Nonexperts

Published on: February 5, 2014

35.4K
Author Spotlight: Development of an Automated Camera-Based System for Real-Time Blast Overpressure Monitoring and TBI Risk Assessment in Military Training
06:20

Author Spotlight: Development of an Automated Camera-Based System for Real-Time Blast Overpressure Monitoring and TBI Risk Assessment in Military Training

Published on: December 6, 2024

2.8K
A Bioinformatics Pipeline for Investigating Molecular Evolution and Gene Expression using RNA-seq
07:09

A Bioinformatics Pipeline for Investigating Molecular Evolution and Gene Expression using RNA-seq

Published on: May 28, 2021

9.6K

Area of Science:

  • Bioinformatics
  • Computational Biology
  • Genomics

Background:

  • Basic Local Alignment Search Tool (BLAST) is a standard for sequence similarity searches.
  • Current BLAST implementations are primarily command-line tools, limiting integration into diverse applications.
  • A need exists for portable, modular, and embeddable BLAST-like algorithms.

Purpose of the Study:

  • Introduce nsearch, a C++11 library and command-line tool providing embeddable BLAST-like functionality.
  • Demonstrate nsearch's portability through R (Blaster) and Python (npysearch) packages.
  • Facilitate the integration of sequence similarity searches into larger data science frameworks.

Main Methods:

  • Developed nsearch as a C++11 library and command-line tool.
  • Created Blaster for R and npysearch for Python, leveraging the nsearch library.
  • Conducted performance benchmarks comparing nsearch, Blaster, and npysearch against VSEARCH and BLAST+.

Main Results:

  • nsearch provides portable and embeddable BLAST-like sequence similarity search capabilities.
  • Blaster and npysearch packages successfully integrate nsearch into R and Python environments, respectively.
  • Benchmarks confirm nsearch, Blaster, and npysearch offer comparable speed and accuracy to established tools like VSEARCH and BLAST+.

Conclusions:

  • nsearch offers a flexible and efficient solution for embedding sequence similarity searches into various applications.
  • The development of Blaster and npysearch enhances accessibility for R and Python users.
  • Future implementations in languages like Julia are envisioned to further broaden the utility of nsearch.