-
Notifications
You must be signed in to change notification settings - Fork 36
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
322 add module deseq2 #335
base: dev-ratio
Are you sure you want to change the base?
Conversation
|
} | ||
.set { ch_deseq2 } | ||
|
||
// do we need this process DESEQ2_NORM? |
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.
Yes, we do 🙂
Hey @roskamsh, thanks for taking over this issue! Nice work, just a couple of small changes. @suzannejin I just had a quick look at the output and was wondering if you know why the DESeq2 result tables differ slightly in the test:
experimental:
|
Could this be due to the new parameter I added in the test_experimental.config file? When the DESEQ2 process ran as initially specified, this line (https://github.com/nf-core/differentialabundance/blob/dev-ratio/modules/nf-core/deseq2/differential/templates/deseq_de.R#L486) threw an error, saying that nsub was greater that nrow. I went in and replicated the issue myself, and it seems that the input matrix only contained 982 features, whereas the Is the input data exactly the same? Even so, this would only really change the |
Co-authored-by: WackerO <[email protected]>
Co-authored-by: WackerO <[email protected]>
Co-authored-by: WackerO <[email protected]>
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).nextflow run . -profile debug,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).