aeon
Aeon is a scikit-learn compatible Python toolkit for time series machine learning. It provides state-of-the-art algorithms for classificatio…
Maintainer K-Dense Inc. · Last updated April 1, 2026
scikit-bio is a comprehensive Python library for working with biological data. Apply this skill for bioinformatics analyses spanning sequence manipulation, alignment, phylogenetics, microbial ecology, and multivariate statistics.
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/scikit-bio
Skill Snapshot
Source Doc
This skill should be used when the user:
Work with biological sequences using specialized classes for DNA, RNA, and protein data.
Key operations:
Common patterns:
import skbio
## Sequence operations
rc = seq.reverse_complement()
rna = seq.transcribe()
protein = rna.translate()
Related skills
Aeon is a scikit-learn compatible Python toolkit for time series machine learning. It provides state-of-the-art algorithms for classificatio…
Calculate alignment statistics including sequence identity, conservation scores, substitution matrices, and similarity metrics. Use when com…
Colocali.
Fine-mapping narrows GWAS association signals to identify likely causal variants. Key outputs: - **PIP** (Posterior Inclusion Probability) -…