View source: R/collect_databases.R
format_GO | R Documentation |
This function reformats the result of collect_GO().
format_GO(dict = NULL, orgdb = NULL)
dict |
A result of collect_GO(). |
orgdb |
A genome annotation package. |
A formatted database.
## Not run: # Below may be time-consuming runs. dict_GO <- collect_GO(orgdb = org.Hs.eg.db::org.Hs.eg.db) human_GO <- format_GO(dict = dict_GO, orgdb = org.Hs.eg.db::org.Hs.eg.db) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.