Top k motif profiles are not distinct #513
Unanswered
GChims
asked this question in
Help: Coding & Implementations
Replies: 1 comment 1 reply
|
@GChims Note that https://stumpy.readthedocs.io/en/latest/api.html#stumpy.motifs Please note that this is a helper function and makes certain (basic/default) assumptions for motif discovery that may not be compatible with your data. It is essentially a nice wrapper around the https://stumpy.readthedocs.io/en/latest/api.html#stumpy.match I will try to add a note to the tutorial. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi Sean,
I am trying to follow your tutorial here: https://stumpy.readthedocs.io/en/latest/Tutorial_STUMPY_Basics.html
I generate the top 10 pairs of subsequent neighbours below (pair _motifs), and try to plot them. However, I don't get distinct motifs and most of the generated motif plots are essentially the same. Is this problem related to the trivial match? How can I fix this so that I dont get redundant motifs (please the attached screenshots).
All reactions