You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When comparing (pairwise) the extent of overlap between a large collection of genomic regions, it becomes necessary to report the similarity (intersect) using a single quantitative measure. Bedtools implements two such statitics; [`jaccard`](http://bedtools.readthedocs.io/en/latest/content/tools/jaccard.html) and [`reldist`](http://bedtools.readthedocs.io/en/latest/content/tools/reldist.html) ([Favorov A et al.](https://www.ncbi.nlm.nih.gov/pubmed/22693437)) which can be called through `bedr` as shown below:
240
+
When comparing (pairwise) the extent of overlap between a large collection of genomic regions, it becomes necessary to report the similarity (intersect) using a single quantitative measure. Bedtools implements two such statitics; [`jaccard`](http://bedtools.readthedocs.io/en/latest/content/tools/jaccard.html) and [`reldist`](http://bedtools.readthedocs.io/en/latest/content/tools/reldist.html) ([Favorov A et al.](https://pubmed.ncbi.nlm.nih.gov/22693437/)) which can be called through `bedr` as shown below:
0 commit comments