Description Usage Arguments Value Examples
The function calculates the nucleotide overlap between two bed files (query and hit).
1 | overlapCalc(bed1, pwd)
|
bed1 |
The file path of a query bed file to be compared to the database files. |
bed2 |
The file path of a bed file in the database files to be compared to the query file. |
A value of the nucleotide overlap. To be used as an internal function for PValue_nt and GPSMatch_nt.
1 | overlapCalc("/dir/bed1.txt","/dir/bed2.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.