Description Usage Arguments Value Author(s) Examples
Heatmap inspired by the heatmap.2 function.
1 2 3 4 5 6 7 8 9 10 11 | heatmap.DAPAR(
x,
col = heat.colors(100),
srtCol = NULL,
labCol = NULL,
labRow = NULL,
key = TRUE,
key.title = NULL,
main = NULL,
ylab = NULL
)
|
x |
A dataframe that contains quantitative data. |
col |
colors used for the image. Defaults to heat colors (heat.colors). |
srtCol |
angle of column conds, in degrees from horizontal |
labCol |
character vectors with column conds to use. |
labRow |
character vectors with row conds to use. |
key |
logical indicating whether a color-key should be shown. |
key.title |
main title of the color key. If set to NA no title will be plotted. |
main |
main title; default to none. |
ylab |
y-axis title; default to none. |
A heatmap
Samuel Wieczorek
1 2 3 4 | utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- mvFilter(Exp1_R25_pept, "WholeMatrix", 6)
qData <- Biobase::exprs(obj)
heatmap.DAPAR(qData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.