Description Usage Arguments Value Examples
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.
1 | process_annotations(anno, info, options)
|
anno |
output of |
info |
tibble: "name" gene set name "info" gene set descriptions |
options |
|
gs_annos
tibble: gene sets and annotations
annos
vector: annotations
1 2 3 4 5 6 7 8 | ## Not run:
anno_path <- system.file("extdata", "ex_anno.csv", package = "glacier")
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.