validation {CNAnorm} | R Documentation |
validation
segment and smooth perform ratio values in Package ‘CNAnorm’
## S4 method for signature 'CNAnorm' validation(object, peaks = sugg.peaks(object), ploidy = sugg.ploidy(object))
object |
An object of Class |
peaks |
The user validated location (ratio Test/Normal) of the peaks before normalization. |
ploidy |
The user validated ploidy of the peaks before normalization. |
An object of class "CNAnorm"
It is implicitly called by discreteNorm
if no validation was manually performed
Stefano Berri s.berri@leeds.ac.uk
data(CN) # see peakPloidy documentation to know how object CN is created CN <- validation(CN)