projectReduction.Rd
Project dimensionally-reduced features (e.g., PC, IC) onto UMAP
projectReduction(
object,
reduction = "pca",
n.components = NA,
show.n.features = 50,
pca.min.var.exp = 0.05,
pca.cum.pca.thresh = 0.8,
umap.reduction = "umap",
rel.width = c(2.5, 1),
size = autoPointSize(ncol(object)),
...
)
Seurat Object
Character specifying reduction key. Default: "pca"
Numeric. Number of top components to project.
Numeric. Show top n features alongside projection. Default is 50.
Threshold for minimum variance explained by principal component.
Threshold for maximum cumulative variance explained by principal component.
Character specifying reduction key for umap coordinates.
Relative widths of umap and top feature plots. Default: c(2.5,1)
additional parameters passed to geom_point(). Generally used to specify point size.
list of ggplot handles