We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
max_motifs
1 parent 60fe85e commit 7f047b4Copy full SHA for 7f047b4
stumpy/aamp_motifs.py
@@ -175,13 +175,12 @@ def aamp_motifs(
175
will be returned.
176
177
max_motifs : int, default 1
178
- The maximum number of similar matches to be returned. The resulting
179
- matches are sorted by distance (starting with the most similar).
+ The maximum number of motifs to return.
180
181
Return
182
------
183
motif_distances : ndarray
184
- The distances corresponding to a set of subsequence matches for each motif
+ The distances corresponding to a set of subsequence matches for each motif
185
186
motif_indices : ndarray
187
The indices corresponding to a set of subsequences matches for each motif
0 commit comments