cghCall2cghSeg {sigaR} | R Documentation |
Transforms a cghCall
-object to a cghSeg
-object, by removing the slots present in the former but not in the latter.
cghCall2cghSeg(CNdata, verbose=TRUE)
CNdata |
Object of class |
verbose |
Logical indicator: should intermediate output be printed on the screen? |
Object of class cghSeg
.
Wessel N. van Wieringen: w.vanwieringen@vumc.nl
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.
# load data data(pollackCN16) # reduce the cghCall-object to a cghSeg-object pollackCN16seg <- cghCall2cghSeg(pollackCN16)