Learn R Programming

CNAnorm (version 1.18.0)

ratio: Methods for Function ratio in Package `CNAnorm'

Description

ratio returns the Test/Normal ratio from an object of class CNAnorm. ratio is corrected for GC content if gcNorm was called.

ratio.n returns the Test/Normal normalized ratio from an object of class CNAnorm after normalization. Its input is ratio(object)

ratio.s returns the Test/Normal smoothed ratio from an object of class CNAnorm Its input is ratio(object)

ratio.s.n returns the Test/Normal smoothed and normalized ratio from an object of class CNAnorm. Its input is ratio.s(object)

segMean returns the mean of the segments as produced by DNACopy

segMean.n returns the normalized mean of the segments

Usage

ratio(object) ratio.n(object) ratio.s(object) ratio.s.n(object) segMean(object) segMean.n(object)

Arguments

object
An object of Class "CNAnorm"

Value

See Also

gcNorm, CNAnorm-class, DNAcopy

Examples

Run this code
data(LS041)
CN <- dataFrame2object(LS041)
ratio.original <- ratio(CN)
CN.gcNorm <- gcNorm(CN, exclude = c("chrX", "chrY", "chrM"))
ratio.gc.corrected <- ratio(CN.gcNorm)

Run the code above in your browser using DataLab