read_msigdb.Rd
Reads an MSigDB gmt
file and returns a list of genes in pathways.
read_msigdb(
collection = "h.all",
pathways = NULL,
version = "7.4",
identifier = "symbols",
dbroot = "/camp/stp/babs/working/barrinc/db/msigdb"
)
Name of the collection
Character vector of pathways in collection
to keep
Release version
Identifier type: symbols
or entrez
(entrez
may not exist!!)
Path to the root of the MSigDB files
A list of genes in pathways, with pathway name as the key and a character vector of gene identifiers (identifer
).