TopGO: Select significant terms under a parent GO term
1
0
Entering edit mode
10.0 years ago

After running signifance tests on my GOdata, I want to select all the significant GO terms under a parent GO term, which is not significant.

If the parent term is GO:0008152, I want to select all significant child GO terms such as GO:0006521

GO Gene Ontology TopGO R • 3.4k views
ADD COMMENT
0
Entering edit mode
10.0 years ago
biotech ▴ 570

Method

  • install 'ONTO-PERL' module:
  • follow README file
  • download 'OBO' file -> http://www.geneontology.org/GO.downloads.ontology.shtml
  • Example: run 'ONTO-PERL' script to get all descendants of GO term 'membrane' GO:0016020

    get_descendent_terms.pl gene_ontology_ext.obo GO:0016020 | wc -l 802

    get_descendent_terms.pl gene_ontology_ext.obo GO:0016020 > GO0016020.txt

Refrences:

Parsing Obo File

ADD COMMENT

Login before adding your answer.

Traffic: 2271 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6