checkQNorm {flowBin}R Documentation

Function to check the quantile normalisation of a FlowSample using flowFP

Description

Function to check the quantile normalisation of a FlowSample using flowFP

Details

object and normed.object are compared using flowFP binning, to assess the deviation in bin counts between the two.

Value

list containing two matrices of standard deviations across bins (rows) vs tubes (columns) for before (sd.before) and after (sd.after).

Examples

data(amlsample)
normed.sample <- quantileNormalise(aml.sample)
qnorm.check <- checkQNorm(aml.sample, normed.sample, do.plot=FALSE)
show(qnorm.check)

[Package flowBin version 1.20.0 Index]