importBreakpointBed {CNVScope} | R Documentation |
Import a breakpoint BED file.
Description
Imports a BED file with breakpoints or other interactions, in a dual position format.
Arguments
breakpoint_fn |
the filename of the breakpoint bed file |
Value
a Genomic Interactions Object
Examples
importBreakpointBed(breakpoint_fn = system.file("extdata",
"sample_breakpoints.bed",package = "CNVScope"))
[Package CNVScope version 3.7.2 Index]