-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hello author,
Thank you for providing the great tool!
I have a question about matchMotifs() results.
When I run the function with the different sets of GRanges (as the second argument) but some are overlapping, I get different results for the exact same ranges.
For example, when I run with GRanges [peak1, peak2, peak3], all peaks matched to the motif. However with GRanges [peak1, peak2, peak3, peak4], peak1 doesn't match anymore.
I assume that the matching scores change depending on the number of GRanges input, so the matching results change as well.
I thought the matching scores are purely defined based on the genomic sequence comparison with some bias, but was I wrong?
Is there any written explanation how you score and set the threshold for the matching?
Best,
Hiroko