bio-blast-searches
Run BLAST searches against local or remote databases for sequence homology.
Maintainer K-Dense Inc. · Last updated April 1, 2026
BioServices is a Python package providing programmatic access to approximately 40 bioinformatics web services and databases. Retrieve biological data, perform cross-database queries, map identifiers, analy.
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/bioservices
Skill Snapshot
Source Doc
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")
Related skills
Run BLAST searches against local or remote databases for sequence homology.
Retrieve linked records across NCBI Entrez databases.
Set up and run BLAST+ locally with custom databases.
KEGG pathway and module enrichment analysis using clusterProfiler enrichKEGG and enrichMKEGG. Use when identifying metabolic and signaling p…