how to do programing for go object up and down
Ältere Kommentare anzeigen
how to do programing for go object up and down
Antworten (2)
maca40
am 13 Aug. 2016
Bearbeitet: Walter Roberson
am 15 Aug. 2016
>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
am 25 Sep. 2013
0 Stimmen
WYA is WYG. What precisely is your need? Do you mean graphics?
Kategorien
Mehr zu Gene Ontology finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!