how to do programing for go object up and down
显示 更早的评论
回答(2 个)
maca40
2016-8-13
编辑:Walter Roberson
2016-8-15
>how to do programing for go object up and down
Hi krishnakk 73,
Create a geneontology object
GO = geneont('live',true);
Choose your favorite GO term, use it's GO id.
Navigate through the GO tree via the matlab functions getancestors, getdescendants and getrelatives
descendants = getdescendants(GO, '0000012');
subontology = GO(descendants);
get(subontology.terms,'name')
same thing for ancestors.
Best regards
ES
2013-9-25
0 个投票
WYA is WYG. What precisely is your need? Do you mean graphics?
类别
在 帮助中心 和 File Exchange 中查找有关 Bioinformatics Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!