Determine which terms are found to be significant using each column individually.
columnSignificance(
scores,
gmt,
background,
cutoff,
significant,
correction_method,
pvals
)
a data.table with columns 'term_id' and a column for each column
in scores
, indicating whether each term (pathway) was found to be
significant or not when considering only that column. For each term,
either report the list of related genes if that term was significant, or NA if not.
A numerical matrix of p-values where each row is a gene and each column represents an omics dataset (evidence). Rownames correspond to the genes and colnames to the datasets. All values must be 0<=p<=1. We recommend converting missing values to ones.
A GMT object to be used for enrichment analysis. If a filename, a GMT object will be read from the file.
A character vector of gene names to be used as a
statistical background. By default, the background is all genes that appear
in gmt
.
A maximum merged p-value for a gene to be used for analysis.
Any genes with merged, unadjusted p > significant
will be discarded
before testing.
Significance cutoff for selecting enriched pathways. Pathways with
adjusted_p_val <= significant
will be selected as results.
Statistical method to correct p-values. See
p.adjust
for details.
p-value for the pathways calculated by ActivePathways