Description Usage Arguments Value See Also Examples
Draws a heatmap focusing on a principal component. Both cells and genes are sorted by their principal component scores. Allows for nice visualization of sources of heterogeneity in the dataset.
1 2 3 4 |
object |
Seurat object |
dims |
Dimensions to plot |
nfeatures |
Number of genes to plot |
cells |
A list of cells to plot. If numeric, just plots the top cells. |
reduction |
Which dimmensional reduction to use |
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 |
balanced |
Plot an equal number of genes with both + and - scores. |
projected |
Use the full projected dimensional reduction |
ncol |
Number of columns to plot |
combine |
Combine plots into a single gg object; note that if TRUE; themeing will not work when plotting multiple dimensions |
fast |
If true, use |
slot |
Data slot to use, choose from 'raw.data', 'data', or 'scale.data' |
assays |
A vector of assays to pull data from |
A ggplot object
1 | DimHeatmap(object = pbmc_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.