Description Usage Arguments Value
View source: R/get_topGenes_combined.R
This function takes a set of pairwise limma model contrasts, and combines the results into a single object.
1 2 3 | get_topGenes_combined(topGenes,
topGenes.pairwise,
p_cut=0.01, fc_cut=log2(1.5))
|
topGenes |
a data frame, typically the output of a call to |
topGenes.pairwise |
a list of data frames, each typically containing the output of a call to |
p_cut |
numeric, the cutoff for adjusted p-value. Genes with adjusted p-values greater than or equal to this value are not considered significant. |
fc_cut |
numeric, the absolute value cutoff for log2 fold change. Genes with absolute value log2-FC less than or equal to this value are not considered significant. |
A data frame, with adjusted p-values and logical threshold
values for all contrasts in topGenes.pairwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.