process_annotations | R Documentation |
Choose annotations to include in annotation list, from gene set names, gene set symbols, gene set descriptions, annotations automatically extracted from gene set descriptions or manual annotations.
process_annotations(anno, info, options, gs_filter = "")
anno |
output of |
info |
tibble: "name" gene set name "info" gene set descriptions |
options |
|
gs_filter |
optional: filter for gene set names |
gs_annos
tibble: gene sets and annotations
annos
vector: annotations
## Not run: anno_path <- system.file("extdata", "ex_anno.csv", package = "E.PAGE") anno <- import_annotations(anno_path, ",", TRUE, c(2, 4), 5) info <- anno[c("name", "info")] anno_proc <- process_annotations(anno, info, "file") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.