bio-blast-searches
bio-blast-searches:运行 BLAST searches against local 或 remote databases ,用于 sequence homology。
维护者 K-Dense Inc. · 最近更新 2026年4月1日
BioPython:Biopython是一个comprehensive set of freely available Python tools ,用于 biological computation。 It provides functionality ,用于 sequence manipulation,file I/O,database access,structural bioinformatics,phylogenetics,、 many other bioinformatics tasks。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/biopython
技能摘要
原始文档
Use this skill when:
Biopython is organized into modular sub-packages, each addressing specific bioinformatics domains:
Install Biopython using pip (requires Python 3 and NumPy):
For NCBI database access, always set your email address (required by NCBI):
from Bio import Entrez
Entrez.email = "[email protected]"
相关技能
bio-blast-searches:运行 BLAST searches against local 或 remote databases ,用于 sequence homology。
bio-longread-alignment:Align long reads ,使用 minimap2 ,用于 Oxford Nanopore 、 PacBio data。 支持 various presets ,用于 different…
bio-metagenomics-kraken:Taxonomic 分类 of metagenomic reads ,使用 Kraken2。 Fast k-mer based 分类 against RefSeq database。 适合在p…
bio-methylation-bismark-alignment:Bisulfite sequencing read alignment ,使用 Bismark ,支持 bowtie2/hisat2。 Handles genome pre…