mergeCNA | R Documentation |
When CNA segmentation contains many small segments, one may want to merge the two neighboring segments by skipping the small segment.
mergeCNA(cnFile, skipchunk = 19, correctMale = FALSE)
cnFile |
the SCNA segmentation file |
skipchunk |
segments with number of data points (probes) no more than this number will be skipped, set it to zero if not skipped |
correctMale |
logical, whether or not divide by 2 for the X chromosome (testing) |
data frame of the merged CNA segmentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.