- ddcor_res
The table of differential correlations outputted from ddcor. Expected to have pValDiff or pValDiff_adj columns as well as zScoreDiff, Gene1, +/- Classes columns.
- adjusted
Logical indicating whether adjusted p-values from the differential correlation table (i.e., column "pValDiff_adj", when adjusted = TRUE) or unadjusted p-values (i.e., column "pValDiff", when adjusted = FALSE) should be used to subset the table into significant and non-significant portions.
- pval_gene_thresh
p-value threshold to call a gene as having significant differential correlation or not.
- geneNameCol
Character vector specifying the name of the columns that are used to extract the gene symbols. Note that the default is c("Gene1", "Gene2"), but this only makes sense in the context of a full DGCA experiment. In the case of a splitSet, you may want to use "Gene1" to avoid counting the splitSet names in all of the categories.
- nGenes
Number of genes to display in the resulting table. Default = "all", but also can be restricted to a particular number.
- classes
Gets the number of differentially correlated gene pairs associated with each of the differential correlation classes.