bio-blast-searches
bio-blast-searches:运行 BLAST searches against local 或 remote databases ,用于 sequence homology。
维护者 K-Dense Inc. · 最近更新 2026年4月1日
BioServices是一个Python package providing programmatic access to approximately 40 bioinformatics web services 、 databases。 获取 biological data,perform cross-database queries,map identifiers,analy。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/bioservices
技能摘要
原始文档
This skill should be used when:
Retrieve protein information, sequences, and functional annotations:
from bioservices import UniProt
u = UniProt(verbose=False)
## Retrieve FASTA sequence
sequence = u.retrieve("P43403", "fasta")
相关技能
bio-blast-searches:运行 BLAST searches against local 或 remote databases ,用于 sequence homology。
bio-entrez-link:获取 linked records across NCBI Entrez databases。
bio-local-blast:Set up 、 run BLAST+ locally ,支持 custom databases。
bio-pathway-kegg-pathways:KEGG pathway 、 module enrichment analysis ,使用 clusterProfiler enrichKEGG 、 enrichMKEGG。 支持 400…