View source: R/ontology_topgo.R
make_id2gomap | R Documentation |
When using a non-supported organism, one must write out mappings in the format expected by topgo. This handles that process and gives a summary of the new table.
make_id2gomap(
goid_map = "reference/go/id2go.map",
go_db = NULL,
overwrite = FALSE
)
goid_map |
TopGO mapping file. |
go_db |
If there is no goid_map, create it with this data frame. |
overwrite |
Rewrite the mapping file? |
Summary of the new goid table.
[topGO]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.