Learn R Programming

flowBin (version 1.8.0)

quantileNormalise: quantileNormalise normalise binning paramaters across all tubes of a flowSample

Description

Since the binning parameters are the same across tubes, and samples each tube is an aliquot from the same sample, these should have the same underlying distribution. Hence, quantile normalisation can be used to force this to be so, removing technical variation.

Arguments

Examples

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

Run the code above in your browser using DataLab