getHeatmapColorScales {caOmicsV}R Documentation

Get caOmicsV Heatmap Color Scales

Description

Generate a color map for heatmap color scales

Usage

    getHeatmapColorScales(colorType)

Arguments

colorType

character vector, one of "BlueWhiteRed", "GreenWhiteRed", "GreenYellowRed", "GreenBlackRed", "YellowToRed", and "Black".

Value

An RGB color matrix with dimension of 255 by 2.

Author(s)

Henry Zhang

Examples

    colorMap <- getHeatmapColorScales("BlueWhiteRed")

[Package caOmicsV version 1.24.0 Index]