-
Notifications
You must be signed in to change notification settings - Fork 0
Transient growth f5 #33
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
Conversation
…ansient_growth_f5
…analysis into transient_growth_f5
Suggested edits to address reviews of Chris' transient growth rate branch
| dataset="all_baseline", | ||
| remove_growth_outliers=True, | ||
| load_local=False, | ||
| load_local=True, |
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.
| load_local=True, | |
| load_local=False, |
updatesI made a few more edits to add clarity and then merged the dev branch. testsReran |
jcass11
left a comment
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.
Took a look through all the files and it looks great! Did not re-test since it sounds like you're on top of that
|
update: |
|
====== figure_5_s9_s10_local_growth ====== |
|
Got it working! Will merge now! |
General overview
dxdt_48_volume(nuclear transient growth rate) across cell cycle for Figure 5 panel F, and suppFig9 and 10. The analysis is mostly simple and is captured innuc_morph_analysis/analyses/volume/plot_help.py / plot_dxdt_over_time_by_cell_cycle.py-this code also introduces a new workflow for identifying short-lived dramatic dips in nuclear volume (suppFigS10).
Volume dip detection and removal (new features and where they come from)
global_dataset_filtering functions
filter_out_dips.run_script(df_full) -->
then compute growth rate to get -->
and compute neighbors to get -->
New/updated figures generated in this code
Figure 5 panel F, G, H
SuppFig S9 F,G,H
SuppFig S10 (all)