added function for generating lineage barplots and also test script along wiadding script for processing data and added it to get_plotting_dfs.R
This commit is contained in:
parent
605eb54526
commit
869fca7f94
6 changed files with 470 additions and 5 deletions
|
@ -437,13 +437,19 @@ if (nrow(corr_ps_df3) == nrow(merged_df3) && nrow(merged_df3_comp) == check1) {
|
|||
, "\nGot: ", check1)
|
||||
}
|
||||
|
||||
|
||||
rm(foo)
|
||||
####################################################################
|
||||
# Data for DM OM Plots: Long format dfs
|
||||
####################################################################
|
||||
|
||||
source("other_plots_data.R")
|
||||
|
||||
####################################################################
|
||||
# Data for Lineage barplots: WF and LF dfs
|
||||
####################################################################
|
||||
|
||||
source("lineage_bp_data.R")
|
||||
|
||||
########################################################################
|
||||
# End of script
|
||||
########################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue