Learn R Programming

CNAnorm (version 1.18.0)

discreteNorm: Methods for Function addSmooth in Package `CNAnorm'

Description

discreteNorm performs normalization of data using information on ploidy. Implicitly calls "validation" if no validation was performed

Usage

"discreteNorm"(object, normBy = object)

Arguments

object
An object of Class "CNAnorm" to normalize
normBy
An object of Class "CNAnorm" used to set normalization. It is possible, for instance, to normalize a sample at high resolution, using information obtained from the same sample at low resolution

Value

"CNAnorm"

References

Gusnanto, A., Wood, H.M., Pawitan, Y., Rabbitts, P. and Berri, S. (2011) Correcting for cancer genome size and tumour cell content enables better estimation of copy number alterations from next generation sequence data. Bioinformatics

See Also

validation, peakPloidy

Examples

Run this code
data(CN)
# see peakPloidy documentation to know how object CN is created
CN <- discreteNorm(CN)

Run the code above in your browser using DataLab