Description Usage Arguments Value Examples
Visualize possible pairs
| 1 2 | visPossiblePair(bedfile, minOverlap = 100, maxDistance = 1000,
  colorSet = 1)
 | 
| bedfile | A bed file that contains possible pairs for visualization. | 
| minOverlap | A length that a part of one read aligned to chromosomes | 
| maxDistance | A distance that the parts of one pair between each other | 
A list with possible read pairs
| 1 2 | bedFile <- import(system.file('extdata', 'test_file_4.bed', package = 'BreakViz'), format = 'bed')
visPossiblePair(bedFile, minOverlap = 100, maxDistance = 1000, 1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.