Usage
signalCalibrate(quantData, condInfo, repInfo, evaluationFeature,
calibrationFeature, unitReference, unitCutoff = 0,
calibrationFeature2 = NULL, fixMedian = 4.776)
Arguments
quantData
A list of quantification matrices each with rows by
features (transcripts, genes, junctions or exons) and columns
by samples. Names of the list should be provided. The sizes of each
element should be the same. Missing data will be set to 0.
condInfo
A factor documenting condition information of samples,
corresponding to the columns of each element in quantData
.
repInfo
A factor documenting replicate information of samples,
corresponding to the columns of each element in quantData
.
evaluationFeature
A logical vector corresponding to the
rows of each element in quantData
, providing which features
should be considered for downstream evaluation, e.g. protein coding
genes.
calibrationFeature
A logical vector corresponding to the
rows of each element in quantData
, providing which features
should be
considered as calibration reference, e.g. house keeping genes.
unitReference
A numeric number specifying which pipeline will
be selected as reference pipeline, i.e. the index of
one element in quantData
.
unitCutoff
A numeric number for signal cutoff on reference
pipeline specified by unitReference
(default: 0).
Equivalent effects of cutoffs will be applied to other pipelines
accordingly.
calibrationFeature2
A logical vector corresponding to the
rows of each element in quantData
, providing which features
should be considered as references for calibration across
different datasets. Default NULL
means no calibration needed.
fixMedian
A numeric number specifying the median of detrend
logsignals for features specified by calibrationFeature2
.
When comparing across datasets, those features will be calibrated to
have the same median as fixMedian
, while other features
calibrated accordingly. The default is 4.776, which was calculated
based on one ENCODE dataset used in our web tool.