This repository was archived by the owner on Oct 21, 2025. It is now read-only.
Commit 0756d01
committed
critical bug fix: wald test and z-score were note two-sided
i noticed in the example notebook that all negative LFC genes had very high p-values. this was because the wald test was not two-sided, i changed this and checked that the test still produces uniform pvalues under the null model. i also changed the z-test to be two-sided.1 parent d7de2a5 commit 0756d01
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
| 197 | + | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
| 238 | + | |
| 239 | + | |
240 | 240 | | |
0 commit comments