View source: R/collect_databases.R
format_CO | R Documentation |
This function reformats the result of collect_DO().
format_CO(dict = NULL, orgdb = NULL)
dict |
A result of collect_CO(). |
orgdb |
A genome annotation package. |
A formatted database.
## Not run: # Below may be time-consuming runs. dict_CO <- collect_CO(orgdb = org.Hs.eg.db::org.Hs.eg.db) human_CO <- format_CO(dict = dict_CO, 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.