Description Usage Arguments Details Author(s) See Also Examples
A simple wrapper around the image function
1 |
m |
a matrix |
scale |
Include a graph scale showing this range of values ‘image’ function |
na.color |
the color to draw over NA values |
... |
additional paramters to ‘image’ |
A small wrapper around the ‘image’ function to display genome region summary statistics. Additional parameters will be passed along to the image function.
The scale argument is a two-element vector that provides a floor and ceiling for the matrix and allows a crude scale bar to be included on the lower potion of the graph.
For other colors consider using the geneplotter (dChip.colors) or marrayPlots (maPalette) library functions (i.e. regmap(m, col=dChipColors(50)))
Kyle A. Furge
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.