View source: R/gene_set_enrichment_analysis.R
gsea | R Documentation |
Perform a gene set enrichment analysis on an expressionset using the CAMERA method.
gsea( eset, set_name = "msigdb", gene_sets = NULL, contrast = "study_time_collected", baseline = NULL )
eset |
expressionset |
set_name |
Name of predefined set of gene signatures. Choose from:
|
gene_sets |
A list of vectors of gene names, each entry corresponding to a gene set. If specified, this will be used in place of the "set_name" argument to test gene sets. |
contrast |
contrast |
baseline |
Value to compare other contrast values against. By default, uses first when coerced to factor. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.