marker_heatmap | R Documentation |
Make a heatmap of cell clusters.
marker_heatmap(
seu,
markers,
groups,
assay = "RNA",
slot = "data",
top_n = 5,
top_n_wt = "fdr",
title = "Heatmap",
subtitle = "",
fill_scale = ggplot2::scale_fill_gradient(low = "white", high = "red"),
y_text_size = 8,
angle = 0,
...
)
seu |
A |
markers |
A dataframe with markers (returned from |
groups |
A character vector: assignment of cells to groups (clusters). |
assay , slot , angle , ... |
Passed to |
top_n , top_n_wt |
Passed to |
title |
A character scalar: heatmap title. |
subtitle |
A character scalar: heatmap subtitle. |
fill_scale |
A |
y_text_size |
A numeric scalar: text size on y-axe of the heatmap. |
A named list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.