Learn R Programming

cghseg (version 1.0.5)

nbprocs<-: Replace slot nbprocs

Description

changes slot nbprocs of a CGHoptions object

Arguments

.Object

an object of the CGHoptions class

Value

None

Details

CGHo["nbprocs"] sets the number of computer processes to use for parallel computations.

References

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

Examples

Run this code
# NOT RUN {
CGHo         = new("CGHoptions")
nbprocs(CGHo) = 2 # if 2 processes are available
# }

Run the code above in your browser using DataLab