-
Notifications
You must be signed in to change notification settings - Fork 42
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
Soft matrix support #136
Soft matrix support #136
Conversation
|
Co-authored-by: Jonathan Manning <[email protected]>
Co-authored-by: Jonathan Manning <[email protected]>
Co-authored-by: Jonathan Manning <[email protected]>
Co-authored-by: Jonathan Manning <[email protected]>
Co-authored-by: Jonathan Manning <[email protected]>
Apologies for delay in addressing this. I believe I've addressed all your comments but let me know if I need to address more stuff. Otherwise feel free to merge. |
@azedinez I had to make a number of fixes and tweaks to make this actually work (and the tests are now running in CI). Could you please test locally to make sure outputs are as you would like? |
@pinin4fjords Tested locally and runs. All output looks as expected. I have just added the soft config to the pipeline for convenience. |
…abundance into soft_matrix_support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great- we've got there. Thanks for the work @azedinez !
Added support for non Affymetrix platforms via download of SOFT matrices directly from GEO. These matrices are already quantile normalised, but to be comparable to the output of JUSTRMA, a log2 transformation is applied (if applicable).
Tested with added profile test_soft. Also tested on a couple of beadchip mouse datasets.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).