cghCall2cghSeg: Genomic ordering of cghSeg-objects.

Description Usage Arguments Value Author(s) References See Also Examples

Description

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

Usage

1
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.

Author(s)

Wessel N. van Wieringen: w.vanwieringen@vumc.nl

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

1
2
3
4
5
# load data
data(pollackCN16) 

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

sigaR documentation built on April 28, 2020, 6:05 p.m.