readDefaultGenesets | R Documentation |
In Roche Bioinformatics we use a default collection of gene-sets for gene-set enrichment analysis. This function loads this collection.
readDefaultGenesets(path, mps = FALSE)
path |
Character, path to the directory where the gmt files are stored |
mps |
Logical, whether molecular-phenotypic screening (MPS) genesets should be read in as pathway-centric namespaces ( |
The default collection includes both publicly available genesets as well as proprietary genesets, and therefore they are not included as part of the ribios package.
Publicly available genesets include
MSigDB: collections C2, C7 and Hallmark
RONET: which is a collection of publicly available pathway databases including REACTOME and NCI-Nature
goslim
## Not run:
## this cannot be run because the files are not located there
## readDefaultGenesets("/tmp/defaultGmts")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.