read_msigdb | R Documentation |
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"
)
collection |
Name of the collection |
pathways |
Character vector of pathways in |
version |
Release version |
identifier |
Identifier type: |
dbroot |
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
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.