Co-authored-by: Michiel de Hoon <michiel.dehoon@riken.jp>
This commit is contained in:
mdehoon
2025-08-12 16:06:49 +09:00
committed by GitHub
parent ff4bed01f5
commit 4ceee03dbf

View File

@ -245,7 +245,7 @@ class GenericPositionMatrix(dict):
1.0, then only columns of identical letters contribute to the
consensus. Default value is zero.
- setcase - threshold for the positive matches, divided by
the total count in a column, above which the consensus is is
the total count in a column, above which the consensus is in
upper-case and below which the consensus is in lower-case. By
default, this is equal to 0.5.
"""