-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update plate correlation analysis #56
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.
I am requesting changes for the PR as the parquet file with the correlations data is not included, only removed. It looks like a small issue with the to_parquet
function where it isn't saved.
Feel free to let me know when it is fixed and it will be an easy approve!
0.data_analysis/plate_correlation_analyses/well_agg_plate_genotype_correlation_analysis.py
Outdated
Show resolved
Hide resolved
0.data_analysis/plate_correlation_analyses/well_agg_plate_genotype_correlation_analysis.py
Outdated
Show resolved
Hide resolved
...ates_characteristics/construct_correlation_data/concatenated_all_plates_correlations.parquet
Outdated
Show resolved
Hide resolved
...lysis/plate_correlation_analyses/nbconverted/well_agg_plate_genotype_correlation_analysis.py
Outdated
Show resolved
Hide resolved
...lysis/plate_correlation_analyses/nbconverted/well_agg_plate_genotype_correlation_analysis.py
Show resolved
Hide resolved
...lysis/plate_correlation_analyses/nbconverted/well_agg_plate_genotype_correlation_analysis.py
Show resolved
Hide resolved
...lysis/plate_correlation_analyses/nbconverted/well_agg_plate_genotype_correlation_analysis.py
Outdated
Show resolved
Hide resolved
...lysis/plate_correlation_analyses/nbconverted/well_agg_plate_genotype_correlation_analysis.py
Outdated
Show resolved
Hide resolved
Thanks for the comments @jenna-tomkinson! Re-requesting a review |
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.
LGTM, nice job! Thanks for addressing the comments! 🎉
Thanks @jenna-tomkinson, merging now! |
Here, the plate correlation analysis and corresponding README are updated using the recently updated analysis utils. Correlations are computed from cell morphology features aggregated to the well level. Feel free to add any constructive feedback you may have while reviewing this pr.