getComparisonInfo.Rdretrieve the comparison information for an DsAcc object. Analogous to RnBeads::get.comparison.info
getComparisonInfo(
dsa,
cmpNames = NULL,
regionTypes = getRegionTypes(dsa),
allPairs = TRUE,
adjPairCols = NULL,
minGrpSize = 1L,
maxGrpCount = NULL
)DsAcc object
column names of the sample annotation of the dataset that will be used for comparison
which region types should be processed for differential analysis.
Logical indicating whether all pairwise comparisons should be conducted, when more than 2 groups are present
argument passed on to rnb.sample.groups. See its documentation for details.
Minimum number of samples required to form a group in comparison
maximum number of groups to consider for comparisons
a list containing one element for each comparison to be conducted. Each element is again a list containing:
comparisonthe name of the comparison
pheno.colnamethe column name of the sample annotation table the comparison is derived from
group.namesthe names of the two groups being compared
group.indsthe sample indices of the samples belonging to the two groups
pairedflag indicating whether paired analysis is conducted
adj.svaflag indicating whether adjustment for SVA is conducted
adj.celltypeflag indicating whether adjustment for cell type is conducted
adjustment.tablethe covariate adjustment table. NULL if the comparison is not adjusted
region.typesthe region types applicable to the analysis