View source: R/enrichment_in_abundance.R
enrichment_in_abundance | R Documentation |
Enrichment in abundance calculates enrichment in pathways by the difference in abundance of the pathway members.
enrichment_in_abundance(
geneset,
eset,
mapping_column = NULL,
abundance_column = NULL,
fdr = 0,
matchset = NULL,
sample_comparison = NULL,
min_p_threshold = NULL,
sample_n = NULL,
silence_try_errors = TRUE
)
geneset |
Gene set to calculate enrichmnet |
eset |
Molecular abundance data in 'ExpressionSet' format |
mapping_column |
Column to use to map identifiers |
abundance_column |
Columns to use to quantify abundance |
fdr |
number of times to sample for FDR value |
matchset |
Name of a set to use for enrichment |
sample_comparison |
list of samples to use as comparison |
min_p_threshold |
Only include p-values lower than this |
sample_n |
size of sample to use |
silence_try_errors |
set to true to silence try errors |
data frame of enrichment result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.