From b96fe3dbc720d200f462ea86751ae4044be4cda1 Mon Sep 17 00:00:00 2001 From: Lucille Delisle Date: Wed, 15 Jan 2020 08:58:18 +0100 Subject: [PATCH] correct spelling --- R/plottingFunctions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/plottingFunctions.R b/R/plottingFunctions.R index 79495bd..47992fe 100644 --- a/R/plottingFunctions.R +++ b/R/plottingFunctions.R @@ -627,7 +627,7 @@ plotAllPheatmapsFor2CategoriesFromMyGR <- function(myGRs, nameOfColWithCate1, number_format = number_format, fontsize = fontsize, breaks = breaks, - color = colorRampPalette(rev(brewer.pal(n = 7, name = color.name)))(100)) + color = colorRampPalette(rev(brewer.pal(n = 7, name = colors.name)))(100)) } }