Description Usage Arguments Value
View source: R/shattered.regions.r
Generates a GenomicRanges objact containing genomic bins based on a given bin size. If a cnv (svcnvio) object is provided the chromosome limits will be obtaind from mapped regions, otherwise chromosome limits will be obtained from the database (D3GB)
1 | get.chr.bins(cnv = NULL, genome.v = "hg19", window.size = 10, slide.size = 2)
|
cnv |
(S4) an object of class svcnvio containing data type 'cnv' initialized by validate.cnv |
genome.v |
(hg19 or hg38) reference genome version to generate genoic bins (ignored if cnv is not NULL) |
window.size |
(numeric) size in megabases to generate genomic bins |
slide.size |
(numeric) size in megabases of the sliding genomic window; slide.size must be <= 1 |
an instance of the class 'chromo.regs' containing information about shattered regions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.