AnnoColor: AnnoColor

Description Usage Arguments Details Value Author(s) Examples

View source: R/AnnoColor.R

Description

Provide Annoroad color palette for drawing pictures.

Usage

1
AnnoColor(type = "Nat50", num = 8)

Arguments

num

how much number of colors do you want.You can provide a number or a vector. A number means you can get the first color to the num color. A vector means you only get the colors in the vector.It has no use for Heatmap Color.Default is 8.

type

which palette do you want: "Nat50" "LNat50" "RWY" "RWB" "RYB",default is "Nat50".

Details

5 palettes:2 for normal and 3 for heatmap

Nat50 : from nature default color

LNat50 : Nat50 with 0.4 transparency

RWY : Heatmap color ("red","white","yellow")(256)

RWB : Heatmap color ("red","white","blue")(256)

RYB : Heatmap color ("red","yellow","blue")(256)

Value

color code vector

Author(s)

Ren Xue

xueren@genome.cn

Examples

1

rxw125/AnnoColor documentation built on May 30, 2019, 12:04 a.m.