File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,9 @@ def mmotifs(
73
73
motif. The first match is always the self/trivial-match for each motif.
74
74
75
75
max_motifs : int, default 1
76
- The maximum number of motifs to return.
76
+ The maximum number of motifs to return. To consider returning all possible
77
+ valid motifs, try setting `max_motifs` to the length of your input matrix
78
+ profile (i.e., `max_motifs=len(P)`
77
79
78
80
atol : float, default 1e-8
79
81
The absolute tolerance parameter. This value will be added to ``max_distance``
Original file line number Diff line number Diff line change @@ -72,7 +72,9 @@ def _motifs(
72
72
the first match is always the self-match/trivial-match for each motif.
73
73
74
74
max_motifs : int
75
- The maximum number of motifs to return.
75
+ The maximum number of motifs to return. To consider returning all possible
76
+ valid motifs, try setting `max_motifs` to the length of your input matrix
77
+ profile (i.e., `max_motifs=len(P)`)
76
78
77
79
atol : float, default 1e-8
78
80
The absolute tolerance parameter. This value will be added to `max_distance`
You can’t perform that action at this time.
0 commit comments