svc.breaks: Identify SVC breakpoints

Description Usage Arguments Value Examples

View source: R/breakpoint.density.r

Description

Transform structural varian (SVC) data.frame into a 'breaks' object

Usage

1
svc.breaks(svc, chrlist = NULL, low.cov = NULL)

Arguments

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

Value

an instance of the class 'breaks' containing breakpoint and breakpoint burden information

Examples

1
2
3
4
## Obtain breakpoints from SV calls data
svc <- validate.svc(svdat_lung_ccle)

svc.breaks(svc)

ccbiolab/svpluscnv documentation built on Sept. 9, 2020, 4:52 a.m.