dupFileter: Select reads that only mapping to two parts of chromosome

Description Usage Arguments Value Examples

View source: R/findBreak.R

Description

Select reads that only mapping to two parts of chromosome

Usage

1
dupFileter(bedFile)

Arguments

bedFile

A bed file after sizeFilter

Value

the list of read name that only mapping to two parts of chromosome

Examples

1
2
bedFile1 <- rtracklayer::import(system.file('extdata', 'test_file_1.bed', package = 'BreakViz'))
dupFileter(bedFile1)

Yin1012/BreakViz documentation built on May 14, 2019, 4:01 a.m.