Description Usage Arguments Value Author(s) Examples
Applies positive control normalization to the data in an RccSet object.
1 2 3 | ## S4 method for signature 'RccSet'
posCtrlNorm(rccSet, summaryFunction = "sum",
quietly = FALSE)
|
rccSet |
An RccSet object. |
summaryFunction |
Function to be used for the normalization (e.g. "mean", "median", or "sum"). User-defined functions similar to these can be specified here as well. |
quietly |
Logical. If TRUE, messages and warnings will not be shown. |
A copy of the input RccSet that has count data adjusted by positive control counts. The positive control scaling factor is recorded in PosFactor in the output's phenoData (if this column already exists in the input, it will be overwritten in the output copy).
Dorothee Nickles
1 2 | data(example_rccSet)
pcnorm_example_rccSet <- posCtrlNorm(example_rccSet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.