-
Notifications
You must be signed in to change notification settings - Fork 929
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
Training for the bioconductor-scp tool #5709
base: main
Are you sure you want to change the base?
Training for the bioconductor-scp tool #5709
Conversation
@KristinaGomoryova ready to review? |
There is also a single-cell topic. We currently have tutorials around scRNA-seq and scATAC-seq analysis in that topic. Do you think this tuitorial fits better there covering an additional modality in single-cell? |
@shiltemann is there a way to symlink this tutorial also in the single-cell topic? |
How cool! This is so exciting! |
Thanks @KristinaGomoryova for the training and @pavanvidem for the review! @PratikDJagtap or @supernord do you know somebody else who could maybe also review this? |
Yes please, will be happy for feedback! :) |
@KristinaGomoryova @hechth for me it is a bit confusing to see multiple hands-on boxes for a single tool run. It would be nice to have them as something like params box at each step and a final hands-on box with all the params together. For example, when testing, I clicked on the Run Tool button as soon as I filled first Hands-on box because this is the normal procedure. At least, there should be a warning box at the end of the first hands-on indicating not to run the tool and more parameters need to be set before running. |
@pavanvidem could you provide an example of what you mean? |
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.
Super clear and easy explanations! Great work!
Some insights into the input data and explanations of the output/plots would be nice.
## Data export | ||
|
||
In the end of the workflow, several datasets are exported. By default, a log transformed, normalized, imputed and batch-corrected data on the protein level are provided. Additionally, it is possible to export also intermediate results, meaning peptides, normalized peptides, log transformed peptides, proteins, normalized proteins and imputed proteins. Also, it is possible to export the scp object as an Rdata object, which can be further loaded into the R environment using the R load() function, and the Rscript to reproduce the analysis outside of Galaxy. Both plots and intermediate results will be provided as collections. | ||
|
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.
Please write a bit about the results and those beautiful plots :)
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.
Fixed here :) 88a3735
thanks @pavanvidem |
This is the PR for the Galaxy training for bioconductor-scp tool, which allows the analysis of single-cell proteomics data. The input dataset (corresponding to input for the scp vignette) is on Zenodo; the workflow comprises only this one tool. Setting individual parameters is described extensively.
TODO: sort out how to refer the
Group
tool (which is not on the ToolShed, related issue here).