Description Usage Arguments Value Author(s)
View source: R/pairwise_comparison_vectorized.R
This function can be used to perform a pairwise comparison for vectors of boundaries
1 2 3 4 5 6 7 8 | pairwise_comparison_vectorized(
leftWidth.x,
leftWidth.y,
rightWidth.x,
rightWidth.y,
out = "samePeak",
P_overlap_threshold = 0.2
)
|
leftWidth.x |
left border of comparison 1 |
leftWidth.y |
left border of comparison 2 |
rightWidth.x |
right border of comparison 1 |
rightWidth.y |
right border of comparison 2 |
out |
a character vector specifying method to perform. Options: ('delta', 'strcat', 'isequal', 'samePeak', 'percentOverlap') |
P_overlap_threshold |
a numeric value specifying the curret off to use for considering a peak overlap as bein the same or not |
A logical value if boundaries are comparable
Justin Sing https://github.com/singjc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.