Learn R Programming

sigaR (version 1.18.0)

cghCall2cghSeg: Genomic ordering of cghSeg-objects.

Description

Transforms a cghCall-object to a cghSeg-object, by removing the slots present in the former but not in the latter.

Usage

cghCall2cghSeg(CNdata, verbose=TRUE)

Arguments

CNdata
Object of class cghCall.
verbose
Logical indicator: should intermediate output be printed on the screen?

Value

Object of class cghSeg.

References

Van de Wiel, M.A., Kim, K.I., Vosse, S.J., Van Wieringen, W.N., Wilting, S.M. , Ylstra, B. (2007), "CGHcall: an algorithm for calling aberrations for multiple array CGH tumor profiles", Bioinformatics, 23, 892-894.

See Also

cghCall, cghSeg.

Examples

Run this code
# load data
data(pollackCN16) 

# reduce the cghCall-object to a cghSeg-object
pollackCN16seg <- cghCall2cghSeg(pollackCN16) 

Run the code above in your browser using DataLab