combineSameRead: Combine reads that only mapping to two parts of chromosome...

Description Usage Arguments Value Examples

View source: R/findBreak.R

Description

Combine reads that only mapping to two parts of chromosome and two parts are unique to each other

Usage

1
combineSameRead(bedFile, preFiltedRead)

Arguments

bedFile

A bed file after sizeFilter

preFiltedRead

A file after sizeFilter and dupFilter

Value

the list of read that only mapping to two parts of chromosome and their information of each part is included

Examples

1
2
3
bedFile2 <- rtracklayer::import(system.file('extdata', 'test_file_2.bed', package = 'BreakViz'), format = 'bed')
dupFiltedBedFile2 <- readRDS(system.file('extdata', 'dupFiltedBedFile2.Rda', package = 'BreakViz'))
combineSameRead(bedFile2, dupFiltedBedFile2)

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