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.
1 parent 3c4a00a commit ab9f489Copy full SHA for ab9f489
stumpy/motifs.py
@@ -243,7 +243,9 @@ def motifs(
243
self-match/trivial-match for each motif.
244
245
max_motifs : int, default 1
246
- The maximum number of motifs to return.
+ The maximum number of motifs to return. To consider returning all possible
247
+ valid motifs, try setting `max_motifs` to the length of your input matrix
248
+ profile (i.e., `max_motifs=len(P)`)
249
250
atol : float, default 1e-8
251
The absolute tolerance parameter. This value will be added to ``max_distance``
0 commit comments