Skip to content

Conversation

@0xMuluh
Copy link

@0xMuluh 0xMuluh commented Jan 2, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 2, 2026 16:52
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request adds two statistical testing methods for differential abundance analysis: Wilcoxon rank-sum test and t-test (Welch's and Student's variants). The implementation includes both getter functions that return test results and adder functions that store results directly in the object's metadata.

Key changes:

  • Added getWilcoxon() / addWilcoxon() for non-parametric testing
  • Added getTtest() / addTtest() for parametric testing
  • Created unified internal DAA engine with error handling and p-value adjustment
  • Comprehensive test suite with validation, robustness, and paired data tests

Reviewed changes

Copilot reviewed 16 out of 17 changed files in this pull request and generated 12 comments.

Show a summary per file
File Description
vignettes/daa.Rmd Simplified vignette with examples of the new Wilcoxon and t-test methods
README.md / README.Rmd Updated documentation to describe available methods and usage
R/AllGenerics.R Defines S4 generics for the new statistical testing functions
R/utils.R Implements input validation, data extraction, and unified DAA engine
R/getWilcoxon.R Implements Wilcoxon rank-sum test with S4 methods
R/getTtest.R Implements t-test with S4 methods and var.equal parameter
tests/testthat/test-*.R Comprehensive test coverage for utility functions and both statistical methods
DESCRIPTION Updated dependencies and RoxygenNote version
NAMESPACE Auto-generated exports for new functions
man/*.Rd Auto-generated documentation files

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant