Skip to content

How to interpret stumpy.motifs? #498

Answered by seanlaw
SaVoAMP asked this question in Q&A
Dec 20, 2021 · 1 comments · 9 replies
Discussion options

You must be logged in to vote

@SaVoAMP Good question. It sounds like we need to add some more details to the documentation to make these things clearer. So, in an attempt to conserve memory/space, we opted to only return essential information to the user that satisfies several key criterion that are defined by the input parameters. When you set max_matches=10, this is the upper limit as to how many matches are allowed to be returned for each "candidate motif". As you can imagine, for each "candidate motif", it is possible for it to have many, many matches (i.e., beyond 10) OR it can have no matches (i.e., when the distance between the candidate and the matches is greater than max_distance). Similarly, when you set max…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@SaVoAMP
Comment options

@seanlaw
Comment options

@SaVoAMP
Comment options

@seanlaw
Comment options

@SaVoAMP
Comment options

Answer selected by SaVoAMP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants