-
Notifications
You must be signed in to change notification settings - Fork 39
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
Diann update #182
Diann update #182
Conversation
refactor DIA-NN step 1
restruct DIA-NN step2
Co-authored-by: Julianus Pfeuffer <[email protected]>
Co-authored-by: Julianus Pfeuffer <[email protected]>
Restruct DIA-NN step 3,4,5
� Conflicts: � bin/msstats_tmt.R � modules/local/silicolibrarygeneration/main.nf
|
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.
Also, changelog missing. And documentation updates.
require(MSstats) | ||
# BUG groupComparisonPlots function: re-run OpenMStoMSstatsTMTFormat | ||
quant <- OpenMStoMSstatsTMTFormat(data, useUniquePeptide=useUniquePeptide, rmPSM_withfewMea_withinRun=rmPSM_withfewMea_withinRun, | ||
rmProtein_with1Feature=rmProtein_with1Feature | ||
) |
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.
What is this? quant is never used after that. And why is MSstats loaded?
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.
If MSstats is needed for those plots, it needs to go into the dependencies!
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.
@daichengxin can you take care of this comment. Please do your changes in the diann branch.
@@ -246,5 +241,28 @@ if (l == 1) { | |||
test.MSstatsTMT <- groupComparisonTMT(contrast.matrix=contrast_mat, data=processed.quant) |
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.
If you do parse_contrasts, the TODO can go
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.
@daichengxin can you take care of this comment. Please do your changes in the diann branch.
description: FASTA sequence databases | ||
pattern: "*.{fasta,fa}" | ||
- cfg: | ||
description: Silico-predicted spectral library by deep leaning predictor in DIA-NN |
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.
Isn't this using the empirical library?? Not the initially predicted one
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.
Co-authored-by: Julianus Pfeuffer <[email protected]>
Co-authored-by: Julianus Pfeuffer <[email protected]>
Co-authored-by: Julianus Pfeuffer <[email protected]>
Co-authored-by: Julianus Pfeuffer <[email protected]>
Co-authored-by: Julianus Pfeuffer <[email protected]>
LFQ is failing @daichengxin |
Weird, seems to work now. Conda hiccups are normal though. |
@jpfeuffer Can I merge now and convert your comments into issue ;) |
Yes:
|
#183 issue created by @jpfeuffer |
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).