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:
Tanushree Tunstall 2021-09-06 19:50:50 +01:00
parent 605eb54526
commit 869fca7f94
6 changed files with 470 additions and 5 deletions

View file

@ -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
########################################################################