bgpt-paper-search
bgpt-paper-search:BGPT是一个remote MCP server that searches curated database of scientific papers built ,面向 raw experimenta…
维护者 K-Dense Inc. · 最近更新 2026年4月1日
etetoolkit:ETE (Environment ,用于 Tree Exploration) is 工具包 ,用于 phylogenetic 、 hierarchical tree analysis。 Manipulate trees,analy。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/etetoolkit
技能摘要
原始文档
Load, manipulate, and analyze hierarchical tree structures with support for:
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)
相关技能
bgpt-paper-search:BGPT是一个remote MCP server that searches curated database of scientific papers built ,面向 raw experimenta…
bio-chipseq-visualization:可视化 ChIP-seq data ,使用 deepTools,Gviz,、 ChIPseeker。 创建 heatmaps,profile plots,、 genome browser…
bio-consensus-sequences:生成 consensus FASTA sequences by applying VCF variants to reference ,使用 bcftools consensus。 适合在cr…
bio-copy-number-cnv-visualization:可视化 copy number profiles,segments,、 compare across samples。 创建 publication-quality plo…