getHeatmapColorScales {caOmicsV} | R Documentation |
Generate a color map for heatmap color scales
getHeatmapColorScales(colorType)
colorType |
character vector, one of "BlueWhiteRed", "GreenWhiteRed", "GreenYellowRed", "GreenBlackRed", "YellowToRed", and "Black". |
An RGB color matrix with dimension of 255 by 2.
Henry Zhang
colorMap <- getHeatmapColorScales("BlueWhiteRed")