Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/download_Yeast_Go_terms.R
The full description of Gene Ontology attributes are provided for example by the Saccharomyces Genome Database (SGD).
1 2 | 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/
1 2 | GO.terms <- download_Yeast_Go_terms()
str(GO.terms)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.