powered by
changes slot calling of a CGHoptions object
calling
an object of the CGHoptions class
None
CGHo["calling"] determines if calling should be done during segmentation (logical). The number of levels is fixed and set in CGHo["nblevels"]
CGHo["calling"]
CGHo["nblevels"]
Joint segmentation, calling and normalization of multiple CGH profiles, Biostatistics (2011)
nblevels
# 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") calling(CGHo) = TRUE # }
Run the code above in your browser using DataLab