noamteyssier / crispr_screen

Efficient Differential Expression and Gene Aggregation for CRISPR screens.
https://noamteyssier.github.io/crispr_screen/
MIT License
6 stars 0 forks source link

fix bug where < should be <= in empirical cdf #35

Closed noamteyssier closed 2 years ago

noamteyssier commented 2 years ago

Asymptomatic behavior was coming from mismatched < as opposed to <=. Once the p-values hit the block of 1.0s it was set to whatever number of p-values were below the block.