Description Usage Arguments Value Author(s) Examples
This function returns a basic heatmap plot made with base R.
1 2 3 4 5 6 | PomaHeatmap(
data,
sample_names = TRUE,
feature_names = FALSE,
show_legend = TRUE
)
|
data |
A MSnSet object. First |
sample_names |
Logical indicating if sample names should be plotted or not. Default is TRUE. |
feature_names |
Logical indicating if feature names should be plotted or not. Default is FALSE. |
show_legend |
Logical indicating if legend should be plotted or not. Default is TRUE. |
A heatmap.
Pol Castellano-Escuder
1 2 3 4 5 | data("st000284")
st000284 %>%
PomaNorm() %>%
PomaHeatmap()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.