Learn R Programming

flowBin (version 1.8.0)

checkQNorm: Function to check the quantile normalisation of a FlowSample using flowFP

Description

Function to check the quantile normalisation of a FlowSample using flowFP

Arguments

Value

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

Details

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

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