Description Usage Arguments Value Examples
View source: R/continuousSegments.R View source: R/continuousSegments 2.R
This function will not be called directly by the user. The function is used by the CARMA
function to reformat input copy number profiles by extending segments flanked by gaps and by splitting segments spanning the centromere. The function can also optionally exclude the X chromosome.
1 | continuousSegments(seg, hg, exclude.x.chrom = F)
|
seg |
a data frame containing the copy number profile of a single sample. |
hg |
a data frame containing start and end positions of chromosome arms: |
exclude.x.chrom |
if |
A data frame containing formatted segment start and end positions.
1 2 | segment <- test.data[[1]]
continuousSegments(segment, hg19, exclude.x.chrom=F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.