Description Details Value Examples
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
).
1 2 3 4 | data(amlsample)
normed.sample <- quantileNormalise(aml.sample)
qnorm.check <- checkQNorm(aml.sample, normed.sample, do.plot=FALSE)
show(qnorm.check)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.