checkQNorm {flowBin} | R Documentation |
Function to check the quantile normalisation of a FlowSample using flowFP
object and normed.object are compared using flowFP
binning, to assess the deviation in bin counts between
the two.
list
containing two matrices of standard
deviations across bins (rows) vs tubes (columns) for
before (sd.before
) and after (sd.after
).
data(amlsample) normed.sample <- quantileNormalise(aml.sample) qnorm.check <- checkQNorm(aml.sample, normed.sample, do.plot=FALSE) show(qnorm.check)