Description Usage Arguments Value Examples
Check distance between each parts in one read pair if met the distance requirement
| 1 2 3 | checkDistanceSingleReadPair(maxDistance, read1part1Start, read1part1Range,
  read1part2Start, read1part2Range, read2part1Start, read2part1Range,
  read2part2Start, read2part2Range)
 | 
| maxDistance | The distance requirment | 
| read1part1Start | The start position of part1 of read1 | 
| read1part2Start | The start position of part2 of read1 | 
| read2part1Start | The start position of part1 of read2 | 
| read2part2Start | The start position of part2 of read2 | 
| read1part1SRange | The range of part1 of read1 | 
| read1part2SRange | The range of part2 of read1 | 
| read2part1SRange | The range of part1 of read2 | 
| read2part2SRange | The range of part2 of read2 | 
The logical value showing if there is a read pair met distance requirment
| 1 | #'checkDistance(1000,1,10001,10005,300,2000,200,2230,500)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.