数据与复现科研绘图与可视化K-Dense-AI/claude-scientific-skills数据与复现
ET

etetoolkit

维护者 K-Dense Inc. · 最近更新 2026年4月1日

etetoolkit:ETE (Environment ,用于 Tree Exploration) is 工具包 ,用于 phylogenetic 、 hierarchical tree analysis。 Manipulate trees,analy。

Claude CodeOpenClawNanoClaw分析处理写作整理etetoolkitdocument-processinganalysisdocument processing

原始来源

K-Dense-AI/claude-scientific-skills

https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/etetoolkit

维护者
K-Dense Inc.
许可
GPL-3.0 license
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • ETE (Environment ,用于 Tree Exploration) is 工具包 ,用于 phylogenetic 、 hierarchical tree analysis. Manipulate trees,analyze evolutionary events,visualize results,、 integrate ,支持 biological databases ,用于 phylogenomic research 、 聚类 analysis。
  • tree = Tree("tree.nw",format=1)。

原始文档

SKILL.md 摘录

1. Tree Manipulation and Analysis

Load, manipulate, and analyze hierarchical tree structures with support for:

  • Tree I/O: Read and write Newick, NHX, PhyloXML, and NeXML formats
  • Tree traversal: Navigate trees using preorder, postorder, or levelorder strategies
  • Topology modification: Prune, root, collapse nodes, resolve polytomies
  • Distance calculations: Compute branch lengths and topological distances between nodes
  • Tree comparison: Calculate Robinson-Foulds distances and identify topological differences

Common patterns:

from ete3 import Tree

## Basic statistics

print(f"Leaves: {len(tree)}")
print(f"Total nodes: {len(list(tree.traverse()))}")

## Prune to taxa of interest

taxa_to_keep = ["species1", "species2", "species3"]
tree.prune(taxa_to_keep, preserve_branch_length=True)

适用场景

  • Use ete工具包 to prepare 论文级图表。
  • Apply ete工具包 when results need clear visual communication。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
BG
数据与复现科研绘图与可视化

bgpt-paper-search

bgpt-paper-search:BGPT是一个remote MCP server that searches curated database of scientific papers built ,面向 raw experimenta…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
BI
数据与复现科研绘图与可视化

bio-chipseq-visualization

bio-chipseq-visualization:可视化 ChIP-seq data ,使用 deepTools,Gviz,、 ChIPseeker。 创建 heatmaps,profile plots,、 genome browser…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-consensus-sequences

bio-consensus-sequences:生成 consensus FASTA sequences by applying VCF variants to reference ,使用 bcftools consensus。 适合在cr…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-copy-number-cnv-visualization

bio-copy-number-cnv-visualization:可视化 copy number profiles,segments,、 compare across samples。 创建 publication-quality plo…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看