download_Yeast_Go_terms {ClusterJudge} | R Documentation |
The full description of Gene Ontology attributes are provided for example by the Saccharomyces Genome Database (SGD).
download_Yeast_Go_terms( url.GO.terms = "http://downloads.yeastgenome.org/curation/literature/go_terms.tab")
url.GO.terms |
The web site address where the description of Gene Ontology attribute files is located. |
The file is expected to be in tab delimited format having the following columns: 'GOID' ,'GO_Term', 'GO_Aspect', 'GO_Term_Definition'
a data.frame containing the information provided by the Gene Ontology consortium
the function is optional. It only helps user in understanding what is the meaning of the GO attributes for the Yeast examples.
Adrian Pasculescu
http://www.yeastgenome.org/ http://www.geneontology.org/
GO.terms <- download_Yeast_Go_terms() str(GO.terms)