-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add UMAP module #29
Add UMAP module #29
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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 PR. Comments I made on plots applied to most of the rest of the plots so please apply to all if you choose.
Major comment for plots is the vertical grid lines on the background are present but the horizontal grid lines are absent. I suggest adding the horizontal grid lines or removing the vertical grid lines.
The scripts were clean and readable. I think after reading comments and deciding what changes you want to make to the plots you are ready to merge.
Not required, but if you want me to take another look at plots after you have made edits I would be happy to do so, just re-request my review!
4.analyze_data/notebooks/UMAP/figures/UMAP_Plate_1_cell_count.png
Outdated
Show resolved
Hide resolved
4.analyze_data/notebooks/UMAP/figures/UMAP_Plate_1_genotype.png
Outdated
Show resolved
Hide resolved
@MikeLippincott Thanks so much for the review and addressing my questions in person! I will be merging now. |
Add UMAP module
In this PR, I generate UMAPs for each plate, labeling various metadata, including genotype and cell count. Only for Plate 4 do I include a UMAP labeled for siRNA (shape) and dose (gradient color).
What I need reviewed
Please review everything except for the UMAP TSV files. I would love feedback on how the plots, specific colors, and the code to generate the UMAPs.