What problem does it solve?
It eliminates error-prone manual work in biological sequence analysis by providing verified workflows for fetching gene, transcript, and protein sequences, resolving gene identifiers across databases, and computing sequence statistics without guessing from memory.
Core Features & Use Cases
- Sequence Retrieval: Fetch nucleotide and protein sequences from NCBI, Ensembl, and UniProt with correct parameter usage and fallback recipes for each database.
- Ortholog and Domain Analysis: Discover orthologs across species, annotate protein domains via InterPro and Pfam, and run BLAST homology searches.
- FASTQ QC and Alignment Support: Correctly interpret Trimmomatic paired-end counters and compute coverage depth with samtools for read alignment workflows.
- Bundled Computation Scripts: Deterministic scripts for residue counting, GC content, reverse complement, codon tables, wobble pairing, and biology fact lookup.
- Use Case: Given a question like "how many cysteines are in the TM3-TM4 linker of UniProt P24046", the skill fetches the sequence, extracts the region, and counts residues with a tested script instead of manual estimation.
Quick Start
Ask the agent to fetch the mRNA sequence for a human gene such as BRCA1 and it will resolve the gene ID, retrieve the accession, and return the FASTA sequence.