Constrain the scale of the plot to the dimensionality reduction limits

constrainScale(seurat, reduction = "tsne")

Arguments

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".