build_phylogenetic_profile
Construct phylogenetic profiles across species sets using gene symbols, optionally including domain information, to analyze gene family evolution.
Instructions
系统发育图谱构建工具 - MCP接口包装
Args: gene_symbols: 基因符号列表 species_set: 物种集合(默认包含常用模式生物) include_domain_info: 是否包含结构域信息
Returns: 系统发育图谱数据
Examples: # 分析p53家族在脊椎动物中的分布 build_phylogenetic_profile(["TP53", "TP63", "TP73"], ["human", "mouse", "zebrafish"])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gene_symbols | Yes | ||
| species_set | No | ||
| include_domain_info | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_genes | Yes | ||
| phylogenetic_data | Yes | ||
| domain_info | Yes | ||
| profile_metadata | Yes |