jaccardScore | R Documentation |
Calculate Jaccard Scores between a list of peaks
jaccardScore(peaks, cores = 8)
peaks |
List of GRanges objects representing different sets of peaks. |
cores |
Number of threads to use for obtaining overlaps. |
A data.frame containing the different comparisons between peaks and the Jaccard Scores, as calculated by bedtools. As a result, the final statistic ranges from 0.0 to 1.0, where 0.0 represents no overlap and 1.0 represent complete overlap.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.