View source: R/rnaseq_related.R
enrichMsigDB | R Documentation |
Perform over representation analysis (ORA) against Molecular Signature Database (MsigDB) .
enrichMsigDB(
gene_list,
from_type = "SYMBOL",
orgdb = org.Mm.eg.db::org.Mm.eg.db,
msigdb_category = "H",
msigdb_subcategory = NULL,
species = "Mus musculus",
background = NULL,
col_genetype = "GENETYPE",
feature_type = "protein-coding",
...
)
gene_list |
a character vector denoting valid gene names. |
from_type |
a string, default SYMBOL, denoting the type of input gene_list (e.g SYMBOL, ENTREZID). |
orgdb |
an object of the class OrgDB. Default org.Mm.eg.db::org.Mm.eg.db. |
msigdb_category |
a character string, default "H", denoting one of the nine catagories of geneList given in the msigdb. Possible values are: "H","C1","C2","C3","C4","C5","C6","C7", and "C8".
Values will be passed to the argument |
msigdb_subcategory |
a character string, default NULL, denoting MSigDB sub-collection abbreviation, such as CGP or BP. Values will be passed to the argument |
species |
a character string denoting name of the species. Default "Mus musculus". Possible values can be found via the function |
background |
|
col_genetype |
A string denoting a column name to filter |
feature_type |
A string denoting a value to filter the column mentioned by the argument |
... |
Other parameters to pass |
Enrichment results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.