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 5 6 |
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 |
raster |
If true, plot with geom_raster, else use geom_tile. geom_raster may look blurry on some viewing applications such as Preview due to how the raster is interpolated. Set this to FALSE if you are encountering that issue (note that plots may take longer to produce/render). |
slot |
Data slot to use, choose from 'raw.data', 'data', or 'scale.data' |
assays |
A vector of assays to pull data from |
... |
Extra parameters passed to |
No return value by default. If using fast = FALSE, will return 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.