Description Usage Arguments Value Examples
View source: R/breakpoint.density.r
Transform structural varian (SVC) data.frame into a 'breaks' object
1 | svc.breaks(svc, chrlist = NULL, low.cov = NULL)
|
svc |
(S4) an object of class svcnvio containing data type 'svc' initialized by validate.svc |
chrlist |
(character) list of chromosomes to include chr1, chr2, etc... |
low.cov |
(data.table) a data.table (chrom, start, end) indicating low coverage regions to exclude from the analysis |
an instance of the class 'breaks' containing breakpoint and breakpoint burden information
1 2 3 4 | ## Obtain breakpoints from SV calls data
svc <- validate.svc(svdat_lung_ccle)
svc.breaks(svc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.