PomaHeatmap {POMA} | R Documentation |
This function returns a basic heatmap plot made with base R.
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
data("st000284") st000284 %>% PomaNorm() %>% PomaHeatmap()