theislab / diffxpy

Differential expression analysis for single-cell RNA-seq data.
https://diffxpy.rtfd.io
BSD 3-Clause "New" or "Revised" License
179 stars 23 forks source link

Include Wald test statistic in `test.summary()` for `test.wald` #196

Open jggatter opened 3 years ago

jggatter commented 3 years ago

Hi,

Recently we've been benchmarking diffxpy and other differential expression tools using bulk RNA-seq data. It would be greatly beneficial if the wald_statistics calculated by wald_test() was included in the summary() DataFrame so that we could compare more easily to other methods. Is this feasibly implementable by the developers?

Best, James