Description Usage Arguments Value Examples
Create a colocalization matrix
| 1 | onedim_dist(bed1, bed2, n)
 | 
| bed1 | A .bed table | 
| bed2 | A .bed table | 
| n | The cut-off distance | 
A colocalization matrix whose dimensions are the number of rows in
bed1 by the number of rows in bed2. Entry i,j is a 1 if the ith
sequence in bed1 is within the cut-off distance of the jth sequence
in bed2, and 0 otherwise.
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.