Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

T-test / Improve simple tests #38

Merged
merged 22 commits into from
Apr 2, 2024
Merged

T-test / Improve simple tests #38

merged 22 commits into from
Apr 2, 2024

Conversation

grst
Copy link
Contributor

@grst grst commented Mar 13, 2024

  • add test to ensure that pairing is working
  • throw error if there's not exactly two samples per pair
  • optimizations: use CSR for col slicing, don't copy AnnData to sort for pairing
  • Implement T-test in addition to wilcoxon test.
  • some tests still failing

Close #25

@grst grst force-pushed the improve-simple-tests branch from 37798fe to 9fb333c Compare March 13, 2024 21:22
@grst grst marked this pull request as ready for review March 14, 2024 12:57
@grst grst requested review from ilan-gold and Zethson March 14, 2024 13:10
tests/conftest.py Show resolved Hide resolved
tests/conftest.py Outdated Show resolved Hide resolved
@grst
Copy link
Contributor Author

grst commented Apr 1, 2024

Ok, happy with this for now. I think anything else can go in a follow-up PR.
I will try to work on #36 next.

Copy link
Member

@Zethson Zethson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd probably also vote for log2_fc instead of log_fc but it's NBD

@grst grst merged commit 7610d50 into main Apr 2, 2024
5 checks passed
@grst grst deleted the improve-simple-tests branch April 2, 2024 07:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for simple wilcoxon / t-test through the same interface
3 participants