View source: R/11_enrichment.R
read_msigdt | R Documentation |
Read msigdb datatable
read_msigdt(
file = list_files(MSIGDIR, full.names = TRUE)[1],
collections = if (is.null(file)) NULL else switch(basename(file) %>% substr(nchar(.)
- 4, nchar(.) - 3), Hs = c("C2:CP:REACTOME", "C5:GO:BP", "C5:GO:MF", "C5:GO:CC"), Mm
= c("M2:CP:REACTOME", "M5:GO:BP", "M5:GO:MF", "M5:GO:CC"))
)
file |
msigdb file: one of the files in dir(MSIGDB). |
collections |
subset of names(MSIGCOLLECTIONS) |
read_msigdt()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.