Description Usage Arguments Value Examples
Draws a heatmap of single cell feature expression.
1 2 3 4 |
object |
Seurat object |
features |
A vector of features to plot, defaults to |
cells |
A vector of cells to plot |
group.by |
A vector of variables to group cells by; pass 'ident' to group by cell identity classes |
group.bar |
Add a color bar showing group status for cells |
disp.min |
Minimum display value (all values below are clipped) |
disp.max |
Maximum display value (all values above are clipped); defaults to 2.5
if |
slot |
Data slot to use, choose from 'raw.data', 'data', or 'scale.data' |
assay |
Assay to pull from |
label |
Label the cell identies above the color bar |
size |
Size of text above color bar |
hjust |
Horizontal justification of text above color bar |
angle |
Angle of text above color bar |
combine |
Combine plots into a single gg object; note that if TRUE; themeing will not work when plotting multiple dimensions |
A ggplot object
1 | DoHeatmap(object = pbmc_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.