skills/smithery.ai/bio-microbiome-functional-prediction

bio-microbiome-functional-prediction

Installation
SKILL.md

Version Compatibility

Reference examples tested with: Biostrings 2.70+, ggplot2 3.5+, pandas 2.2+, phyloseq 1.46+, scanpy 1.10+

Before using code patterns, verify installed versions match. If versions differ:

  • Python: pip show <package> then help(module.function) to check signatures
  • R: packageVersion('<pkg>') then ?function_name to verify parameters
  • CLI: <tool> --version then <tool> --help to confirm flags

If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying.

Functional Prediction with PICRUSt2

"Predict functional pathways from my 16S data" → Infer metagenome functional content from marker gene (16S/ITS) ASV tables using phylogenetic placement and gene content prediction.

  • CLI: picrust2_pipeline.py -s seqs.fna -i table.biom -o output/

Prepare Input Files

Installs
1
First Seen
Apr 7, 2026
bio-microbiome-functional-prediction from smithery.ai