select: Replace slot select

Description Arguments Details Author(s) References See Also Examples

Description

changes slot select of a CGHoptions object

Arguments

.Object

an object of the CGHoptions class

Details

CGHo["select"] sets the model selection criterion to be used in the procedure. The default criterion is based on the mBIC proposed by Zhang & Siegmund (2007). If CGHo["select"]=="none" then the algorithm is run for the maximum number of segments.

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

alpha, beta, getmultiKmax, getuniKmax

Examples

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

#select(CGHo) = "none"
#CGHr         = multiseg(CGHd,CGHo)

cghseg documentation built on May 2, 2019, 4:43 p.m.

Related to select in cghseg...