Last chance! 50% off unlimited learning
Sale ends in
changes slot wavenorm
of a CGHoptions object
an object of the CGHoptions class
None
CGHo["wavenorm"]
determines the method to remove the
wave-effect: none
, position
, spline
.
Joint segmentation, calling and normalization of multiple CGH profiles, Biostatistics (2011)
# NOT RUN {
set.seed(1)
simul = simulprofiles(M=5,n=100,k.mean=2,SNR=5,lambda=1)
CGHd = new("CGHdata",Y=simul$Y)
CGHo = new("CGHoptions")
wavenorm(CGHo) = "spline"
CGHr = multiseg(CGHd,CGHo)
# }
Run the code above in your browser using DataLab