R/utils_plotting.R
constrainScale.RdConstrain the scale of the plot to the dimensionality reduction limits
constrainScale(seurat, reduction = "tsne")
| seurat | Seurat object for which a dimensionality reduction has been computed (e.g. PCA or tSNE) |
|---|---|
| reduction | String, corresponding to the dimensionality reduction to use. Default: "tsne". |