diff --git a/scripts/plotting/get_plotting_dfs.R b/scripts/plotting/get_plotting_dfs.R index a50b0a9..ec67a49 100755 --- a/scripts/plotting/get_plotting_dfs.R +++ b/scripts/plotting/get_plotting_dfs.R @@ -124,12 +124,17 @@ merged_df3_comp = all_plot_dfs[[4]] #################################################################### #source("other_dfs_data.R") +# Fixed this at source i.e python script +# Moved: "other_dfs_data.R" to redundant/ #################################################################### # Data for subcols barplot (~heatmap) #################################################################### #source("coloured_bp_data.R") +# Repurposed function so that params can be passed instead to generate +# data required for plotting. +# Moved "coloured_bp_data.R" to redundant/ #################################################################### # Data for logoplots diff --git a/scripts/plotting/coloured_bp_data.R b/scripts/plotting/redundant/coloured_bp_data.R similarity index 100% rename from scripts/plotting/coloured_bp_data.R rename to scripts/plotting/redundant/coloured_bp_data.R