calling: Replace slot calling

Description Arguments Details Author(s) References See Also Examples

Description

changes slot calling of a CGHoptions object

Arguments

.Object

an object of the CGHoptions class

Details

CGHo["calling"] determines if calling should be done during segmentation (logical). The number of levels is fixed and set in CGHo["nblevels"]

Author(s)

F. Picard, E. Lebarbier, M. Hoebeke, G. Rigaill, B. Thiam, S. Robin

References

Joint segmentation, calling and normalization of multiple CGH profiles, Biostatistics (2011)

See Also

nblevels

Examples

1
2
3
4
5
6
#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
#CGHr          = multiseg(CGHd,CGHo)

cghseg documentation built on May 30, 2017, 6:56 a.m.

Related to calling in cghseg...