get.GOdef | R Documentation |
Extracts the term, term-definition, and ontology for all GOIDs (e.g. GO:0000027) in a geneID2GO object into a dataframe. Output also includes a column for all geneIDs mapping to each term as a comma-separated list. Not required presently for the GO enrichment pipeline, but provides useful context for results–very handy to use as a lookup-table for both GO terms and individual geneIDs.
get.GOdef(geneID2GO = "Pfal_geneID2GO_curated")
geneID2GO |
geneID2GO object. Defaults to Pfal_geneID2GO_curated (if using the default, you must first load the data-object Pfal_geneID2GO_curated ). |
# example code
data(Pfal_geneID2GO_curated) ## load Pfal_geneID2GO_curated object
go2genesLookup.df <- get.GOdef(Pfal_geneID2GO_curated)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.