Description Usage Arguments Value Examples
View source: R/validate.input.data.r
Obtain chromosome start and end positions based on mapped regions from CNV segmentation data
1 |
cnv |
(S4) an object of class svcnvio containing data type 'cnv' initialized by validate.cnv |
data.table indicating start and end mapped positions of each chromosome
1 2 3 4 | ## validate input data.frame
cnv <- validate.cnv(segdat_lung_ccle)
chr.lim <- chromosome.limit.coords(cnv)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.