Biopython
技能 已验证 活跃Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
To provide a robust and well-documented interface for executing complex molecular biology and bioinformatics tasks using the Biopython library, enabling efficient data analysis and research workflows.
功能
- Comprehensive sequence manipulation and analysis
- Parsing and conversion of biological file formats
- Programmatic access to NCBI databases (Entrez)
- Support for phylogenetics and structural bioinformatics
- Detailed documentation and code examples for all capabilities
使用场景
- Batch processing of genomic and proteomic sequences
- Building custom bioinformatics analysis pipelines
- Automating BLAST searches and result parsing
- Performing phylogenetic tree construction and analysis
非目标
- Replacing dedicated command-line BLAST tools for extremely large-scale searches (though it can call them)
- Providing a graphical user interface for visualization (relies on external tools or scripts)
- Offering functionalities beyond the scope of the Biopython library
实践
- Sequence Analysis
- File Format Handling
- Database Access
- Phylogenetics
- Structural Bioinformatics
先决条件
- Python 3.11+
- Biopython installed
- NumPy installed
安装
npx skills add K-Dense-AI/claude-scientific-skills通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Pysam
99Genomic file toolkit. Read/write SAM/BAM/CRAM alignments, VCF/BCF variants, FASTA/FASTQ sequences, extract regions, calculate coverage, for NGS data processing pipelines.
AlterLab Biopython Bioinformatics Skill
97Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices. Part of the AlterLab Academic Skills suite.
PyDESeq2
100Differential gene expression analysis (Python DESeq2). Identify DE genes from bulk RNA-seq counts, Wald tests, FDR correction, volcano/MA plots, for RNA-seq analysis.
Scanpy
99Standard single-cell RNA-seq analysis pipeline. Use for QC, normalization, dimensionality reduction (PCA/UMAP/t-SNE), clustering, differential expression, and visualization. Best for exploratory scRNA-seq analysis with established workflows. For deep learning models use scvi-tools; for data format questions use anndata.
Polars Bio
99High-performance genomic interval operations and bioinformatics file I/O on Polars DataFrames. Overlap, nearest, merge, coverage, complement, subtract for BED/VCF/BAM/GFF intervals. Streaming, cloud-native, faster bioframe alternative.
Gtars
99High-performance toolkit for genomic interval analysis in Rust with Python bindings. Use when working with genomic regions, BED files, coverage tracks, overlap detection, tokenization for ML models, or fragment analysis in computational genomics and machine learning applications.