Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add legacyQLF argument to runEISA (pass to edgeR::glmQLFit) #39

Merged
merged 3 commits into from
Jan 8, 2024

Conversation

csoneson
Copy link
Collaborator

@csoneson csoneson commented Jan 5, 2024

edgeR 4.1.5 made the 'new' QLF pipeline introduced in edgeR 4.0.0 the default, which changes the results of glmQLFit() a bit and breaks some of the eisaR tests. This PR adds an argument to runEISA() to allow the user to choose between the new and legacy methods (the argument will be passed to glmQLFit()), and keeps the legacy approach for the unit tests.

@csoneson csoneson requested a review from mbstadler January 5, 2024 12:33
Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d3b19f4) 98.57% compared to head (5ba68d2) 98.57%.
Report is 4 commits behind head on devel.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel      #39   +/-   ##
=======================================
  Coverage   98.57%   98.57%           
=======================================
  Files           6        6           
  Lines         421      421           
=======================================
  Hits          415      415           
  Misses          6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@mbstadler mbstadler left a comment

Choose a reason for hiding this comment

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

This looks all very good to me - thank you for fixing the use of edgeR::glmQLFit!

@mbstadler mbstadler merged commit 3833c68 into devel Jan 8, 2024
6 checks passed
@mbstadler mbstadler deleted the legacy-qlf branch January 8, 2024 10:35
@mbstadler
Copy link
Collaborator

Merged and pushed upstream :-)

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.

2 participants