From c06b0eb696ae8c7b9be8391a72b5599ad4eb703b Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Wed, 15 Sep 2021 19:42:08 +0100 Subject: [PATCH] moved coloured_bp_data.R to redundant in light of updated function and reflected this in notes withing get_plotting_dfs.R --- scripts/plotting/get_plotting_dfs.R | 5 +++++ scripts/plotting/{ => redundant}/coloured_bp_data.R | 0 2 files changed, 5 insertions(+) rename scripts/plotting/{ => redundant}/coloured_bp_data.R (100%) 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