Data & ReproBioinformatics & GenomicsFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-phylo-tree-manipulation

Maintainer FreedomIntelligence · Last updated April 1, 2026

Root, prune, reorder, and annotate phylogenetic trees.

OpenClawNanoClawAnalysisReproductionbio-phylo-tree-manipulation🧠 bioos extended suitebioos extended bioinformatics suiteroot

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-phylo-tree-manipulation

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Modify phylogenetic tree structure: rooting, pruning, ladderizing, and subtree extraction.
  • tree.root_with_outgroup({'name': 'Outgroup'}).

Source Doc

Excerpt From SKILL.md

Root with Outgroup

tree = Phylo.read('tree.nwk', 'newick')

## Root with multiple taxa (must be monophyletic)

outgroup = [{'name': 'TaxonA'}, {'name': 'TaxonB'}]
if tree.is_monophyletic(outgroup):
    tree.root_with_outgroup(*outgroup)
else:
    print('Outgroup is not monophyletic')

Check if tree is rooted (bifurcating at root)

print(f'Is bifurcating: {tree.is_bifurcating()}')

Use cases

  • Use bio-phylo-tree-manipulation for genomics and bioinformatics workflows.
  • Apply bio-phylo-tree-manipulation to sequencing, variant, or omics analysis tasks.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • tree-io - Read and write tree files
  • tree-visualization - Draw modified trees
  • distance-calculations - Build trees from alignments

Related skills

Related skills

Back to directory
AG
Data & ReproBioinformatics & Genomics

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
AL
Data & ReproBioinformatics & Genomics

alpha-vantage

Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-filtering

Filter alignments by flag, quality, region, or paired status.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-indexing

Index BAM/CRAM files with samtools index for random access.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView