Jove
Visualize
联系我们
JoVE
x logofacebook logolinkedin logoyoutube logo
关于 JoVE
概览领导团队博客JoVE 帮助中心
作者
出版流程编辑委员会范围与政策同行评审常见问题投稿
图书馆员
用户评价订阅访问资源图书馆顾问委员会常见问题
研究
JoVE JournalMethods CollectionsJoVE Encyclopedia of Experiments存档
教育
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab Manual教师资源中心教师网站
使用条款与条件
隐私政策
政策

相关概念视频

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

您也可能阅读

相关文章

通过共同作者、期刊和引用图与本文相关的文章。

排序
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
查看所有相关文章

相关实验视频

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

便携式BLAST类算法库及其对命令行,Python和R的实现.

Steven Schmid1, Aditya Jeevannavar2, Timothy R Julian3

  • 1hakuna AG, Zürich, Switzerland.

PloS one
|November 30, 2023
PubMed
概括
此摘要是机器生成的。

一个新的工具 nsearch,提供便携式,嵌入式的BLAST-like功能,用于序列相似性搜索. 它可以集成到R (Blaster) 和Python (npysearch) 应用程序中,与现有的BLAST工具的速度和准确性相匹配.

更多相关视频

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

相关实验视频

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

科学领域:

  • 生物信息学是一种生物信息学.
  • 计算生物学 计算生物学
  • 基因组学就是基因组学.

背景情况:

  • 基本本地对齐搜索工具 (BLAST) 是对序列相似性搜索的标准.
  • 目前的BLAST实现主要是命令行工具,限制了集成到不同的应用程序.
  • 存在对便携式,模块化和嵌入式BLAST类算法的需求.

研究的目的:

  • 介绍search,一个C++11库和命令行工具,提供嵌入式BLAST-like功能.
  • 通过R (Blaster) 和Python (npysearch) 包来证明search的可移植性.
  • 方便将序列相似性搜索集成到更大的数据科学框架中.

主要方法:

  • 开发了Search作为C++11库和命令行工具.
  • 为R创建了Blaster,并为Python创建了npysearch,利用search库.
  • 进行了性能基准,比较 nsearch,Blaster 和 npysearch 与 VSEARCH 和 BLAST+.

主要成果:

  • nsearch提供便携式和嵌入式BLAST类序列相似性搜索功能.
  • 布拉斯特和npysearch包成功地将search集成到R和Python环境中.
  • 基准测试证实 nsearch,Blaster和npysearch的速度和准确性与VSEARCH和BLAST+等已知工具相提并论.

结论:

  • nsearch提供了一种灵活而高效的解决方案,用于将序列相似性搜索嵌入到各种应用中.
  • 开发Blaster和npysearch提高了R和Python用户的可访问性.
  • 预计未来在像Julia这样的语言中实现的实现将进一步扩大 nsearch 的实用性.