a Cooler with non integer "counts" #434
-
Hello, Is it possible to store non-integer counts? I have good reasons to do this, as I do statistical tests that compare to a null hypothesis requiring a "randomized" matrix: I need to do this randomization on the normalized matrices. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can definitely store non-integer counts.
|
Beta Was this translation helpful? Give feedback.
-
Great... thank you! |
Beta Was this translation helpful? Give feedback.
You can definitely store non-integer counts.
dtype={"count": float}
--field
option that does something similar, and the former also has a shortcut flag--count-as-float