Add ComBat-Seq method - #55
Conversation
|
NB: waiting on approval to run the CI workflow. |
|
@EpigeneMax Could you update your branch to the latest main commit? |
Done. |
|
Once it's confirmed that the counts are read correctly, this method can be merged |
|
Thanks for this! Pushed a few commits rather than leaving a pile of review comments. The main one:
Rest of that commit:
Second commit adds it to
|
|
@EpigeneMax Merged |
|
Merging -- let me know if anything needs to be updated now that this is merged. |
Describe your changes
This PR adds a ComBat-Seq component, based on inmoose implementation.
ComBat-Seq is a state-of-the-art tool for batch correction in bulk RNA-Seq data.
It draws inspiration from ComBat algorithm and adapts it to RNA-Seq.
ComBat is already integrated as a component on this task, adding ComBat-Seq seems quite legitimate.
Checklist before requesting a review
I have performed a self-review of my code
Check the correct box. Does this PR contain:
Proposed changes are described in the CHANGELOG.md
CI Tests succeed and look good!