View source: R/ArchR_PlotMarkerHeatmap.R
ArchR_PlotMarkerHeatmap | R Documentation |
This function takes matrix from seMarker and plots heatmap
ArchR_PlotMarkerHeatmap(
mat,
pal = viridis::magma(100),
labelRows = FALSE,
fontSizeRows = 12,
labelCols = TRUE,
fontSizeCols = 12,
cluster_columns = TRUE,
cluster_rows = TRUE
)
mat |
data matrix, created by: Log2norm(extract_means_from_se(seMarker)) |
pal |
color palatte for heatmap cells |
labelRows |
boolean, whether to label rows |
fontSizeRows |
font size for row labels |
labelCols |
boolean, whether to label cols |
fontSizeCols |
font size for col labels |
cluster_columns |
boolean, whether to cluster cols |
cluster_rows |
boolean, whether to cluster rows |
Heatmap of marker features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.