read_msigdb | R Documentation |
Reads MSigDB GMT files from http://software.broadinstitute.org/gsea/msigdb/collections.jsp
read_msigdb(gmt)
gmt |
a GMT file from MSigDB |
A nested list of databases and genes sets (if only one database in GMT file, then a list of gene sets only)
Chris Stubben
gmt <- system.file("extdata", "c2.cp.v2023.2.Hs.symbols.gmt", package = "hciRdata")
msig_path <- read_msigdb(gmt)
# a list with 9 pathways dbs
sapply(msig_path, length)
msig_path$KEGG[1:3]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.