From 774b34ef00806ee1ac53fabb54881e1963884570 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Wed, 9 Sep 2020 11:45:09 +0100 Subject: [PATCH] updated dir.R --- scripts/plotting/dirs.R | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/plotting/dirs.R b/scripts/plotting/dirs.R index 789225f..54fb0bf 100644 --- a/scripts/plotting/dirs.R +++ b/scripts/plotting/dirs.R @@ -50,16 +50,6 @@ dr_muts_col = paste0('dr_mutations_', drug) other_muts_col = paste0('other_mutations_', drug) resistance_col = "drtype" -cat('columns based on variables:\n' - , drug - , '\n' - , dr_muts_col - , '\n' - , other_muts_col - , "\n" - , resistance_col - , '\n===============================================================') - #%%===============================================================