Description Usage Arguments Value Examples
Combine reads that only mapping to two parts of chromosome and two parts are unique to each other
| 1 | combineSameRead(bedFile, preFiltedRead)
 | 
| bedFile | A bed file after sizeFilter | 
| preFiltedRead | A file after sizeFilter and dupFilter | 
the list of read that only mapping to two parts of chromosome and their information of each part is included
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.