Description Usage Arguments Details Value See Also Examples
View source: R/msigdb.genesets.R
This function returns pre-compiled MSigDB gene set collections
1 |
sets |
A vector of possible gene set collections. See |
type |
Type of gene name. Must be one of ' |
species |
Specifying the species of gene set. Mouse gene sets were converted from human gene sets by orthology mapping. |
return.data.frame |
See |
To view the collections of available MSigDB gene sets, see exported variable msigdb.collections
. If sets
is NULL
, all the collections will be returned.
If return.data.frame
is TRUE, returns a data.frame with genes in the first column and set collection names in the second column; otherwise a list with three components:
genesets |
List of gene names in each gene set. |
geneset.names |
Vector of gene set identities. The gene set identities will be in a format of |
geneset.descriptions |
Vector of gene set descriptions. |
read.gmt
, msigdb.version
, msigdb.collections
1 2 | #To load human gene ontology gene sets
Result = msigdb.genesets(c('c5.go.bp', 'c5.go.cc', 'c5.go.mf'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.