Skip to content

Commit

Permalink
correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Jan 15, 2020
1 parent 2578f68 commit b96fe3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plottingFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
}

Expand Down

0 comments on commit b96fe3d

Please sign in to comment.