Learn R Programming

DAAGbio (version 0.5-2)

imgplot: Image plot of spotted expression array data

Description

Creates an image of graduated colors that represent the values of a statistic for each spot on a spotted microarray. By default, the only the 5 shown.

Usage

imgplot(z = coralRG$R[, 1], layout = coralRG$printer, crit1 = 0.05, crit2 = crit1, bar.side = 2, lohi.colors = c("#9E0142", "#D53E4F", "#F46D43", "#FDAE61", "#ABDDA4", "#66C2A5", "#3288BD", "#5E4FA2"), nacolor = "#FFFF00", boxplot.side = 1, split = "quantiles")

Arguments

z
values to be plotted
layout
layout of spots, in the order (rows of grids, columns of grids, rows of spots in a grid, columns in a grid)
crit1
Choose the lower threshold to include this proportion at the high end
crit2
Choose the upper threshold to include this proportion of values at the low end
key.side
Side on which the color key should appear
lohi.colors
Graduated sequence of colors
nacolor
Use this color for NAs
boxplot.side
Show boxplot on this side of figure region
split
Speficy "intervals" or "quantiles", as required

Value

  • A plot is created on the current graphics device

n

")