Description Usage Arguments Value Examples
Sort reads parts according to their chromosome number
| 1 | sortChrom(lists)
 | 
| lists | A line including read part information of one read with chromosome number | 
A line whose chromosome number has been ordered.
| 1 2 3 4 | bedFile2 <- rtracklayer::import(system.file('extdata', 'test_file_2.bed', package = 'BreakViz'), format = 'bed')
dupFiltedBedFile2 <- readRDS(system.file('extdata', 'dupFiltedBedFile2.Rda', package = 'BreakViz'))
lists <- bedFile2[which(bedFile2$name == dupFiltedBedFile2$Var1[1])]
sortChrom(lists)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.