Description Usage Arguments Value Author(s) References See Also Examples
View source: R/dataManagementFunctions.r
Orders the features within a cghSeg
-object in accordance with their genomic order.
1 | cghSeg2order(CNdata, chr, bpstart, verbose=TRUE)
|
CNdata |
Object of class |
chr |
Column in the slot |
bpstart |
Column in the slot |
verbose |
Logical indicator: should intermediate output be printed on the screen? |
Object of class cghSeg
, now genomically ordered.
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 6 7 8 | # load data
data(pollackCN16)
# transform the cghCall-object to a cghSeg-object
pollackCN16 <- cghCall2cghSeg(pollackCN16)
# order the copy number data genomically
pollackCN16 <- cghSeg2order(pollackCN16, 1, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.