Description Usage Arguments Value Author(s) References See Also Examples
Transforms a cghCall
-object to a cghSeg
-object, by removing the slots present in the former but not in the latter.
1 | 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.
1 2 3 4 5 | # load data
data(pollackCN16)
# reduce the cghCall-object to a cghSeg-object
pollackCN16seg <- cghCall2cghSeg(pollackCN16)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.