Arguments
quantData
A matrix of quantifications with rows by
features (genes, transcripts, junctions or exons) and columns
by pipelines each with 2 replicates. Missing data is allowed
as NA.
repInfo
A factor documenting quantification pipeline
names corresponding to the columns of quantData
.
evaluationFeature
A logical vector corresponding to the
rows of quantData
, providing which features should be
considered for downstream evaluation, e.g. protein coding genes.
calibrationFeature
A logical vector corresponding to the
rows of quantData
, providing which features should be
considered as calibration reference, e.g. house keeping genes.
unitReference
A logical vector corresponding to the columns
of quantData
, providing to which columns all units should be
unified and given threshold unitCutoff
should be applied.
If multiple columns are chosen, it is important that these columns
have the same units (e.g. FPKM).
unitCutoff
A numeric threshold for signal cutoff at given
quantification table columns by unitReference
(default: 1).
Same effects cutoff are estimated for other columns accordingly.