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에서 Gene Ontology에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!