auto_anno | R Documentation |
Generate annotations from data
auto_anno(data, mode, limit_universe = FALSE, save = NULL)
data |
|
mode |
"GO", "KEGG" or "MeSH" |
limit_universe |
limit universe to genes contained in |
save |
optional: path to save annotations as |
tibble: raw annotations
data_path <- system.file("extdata/ex_data.csv", package="E.PAGE") data <- import_database(data_path, ",", FALSE, c(2, 4), 0) auto_anno(data, "GO")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.