wppi_go_data | R Documentation |
Gene Ontology (http://geneontology.org/), GO) annotates genes by their function, localization and biological processes.
wppi_go_data(slim = NULL, aspects = c("C", "F", "P"), organism = "human")
slim |
Character: use a GO subset (slim). If |
aspects |
Character vector with the single letter codes of the gene ontology aspects to use. By default all three aspects are used. The aspects are "C": cellular component, "F": molecular function and "P" biological process. |
organism |
Character: name of the organism for GO annotations. |
If you use a GO subset (slim), building it at the first time might take
around 20 minutes. The result is saved into the cache so next time loading
the data from there is really quick.
Gene Ontology annotations are available for a few other organisms apart
from human. The currently supported organisms are "chicken", "cow", "dog",
"human", "pig" and "uniprot_all". If you disable HPO_annot
you can
use wppi
to score PPI networks other than human.
A data frame (tibble) with GO annotation data.
wppi_data
go <- wppi_go_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.