View source: R/ontology_shared.R
extract_go | R Documentation |
Like extract_lengths above, this is primarily intended to read gene ID and GO ID mappings from a OrgDb/OrganismDbi object.
extract_go(db, metadf = NULL, keytype = "ENTREZID")
db |
Data source containing mapping information. |
metadf |
Data frame containing extant information. |
keytype |
Keytype used for querying |
Dataframe of 2 columns: geneID and goID.
[AnnotationDbi]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.