View source: R/enrichment_in_groups.R
enrichment_in_groups | R Documentation |
Calculate the enrichment in pathways using Fisher's exact or Kolgmorov-Smirnov test, using either the primary_columns to identify feature or the targets list. # access through leapr wrapper
enrichment_in_groups(
geneset,
targets = NULL,
background = NULL,
method = "fishers",
minsize = 5,
mapping_column = NULL,
abundance_column = NULL,
randomize = FALSE,
silence_try_errors = TRUE
)
geneset |
geneset to use for enrichment |
targets |
targets to use for enrichmenet |
background |
'ExpressionSet' describing background to use |
method |
method to use for statistical test, options are 'fishers' or 'ks' |
minsize |
minimum size of set |
mapping_column |
column name of mapping identifiers |
abundance_column |
columns mapping abundance, either in the 'exprs' matrix or 'featureData' |
randomize |
true/false whether to randomize |
silence_try_errors |
true/false to silence errors |
data frame with enrichment results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.