View source: R/dataset_merging.R
generate_self_similarity_table | R Documentation |
In some rare cases, called peaks will show a high degree of overlap, and before merging two different sets of peaks, the similar peaks within a set first need to be merged. This function looks for the most similar peak (non-self) within a set of peaks and calculates the level of overlap.
generate_self_similarity_table(peaks.1, ncores = 1)
peaks.1 |
the set of peaks to merge |
ncores |
Number of cores for multithreading |
a data-frame with peaks from peaks.1 mapped to the closest peak within itself
## Not run:
generate_similarity_table(peaks.1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.