runUMAP.RdTakes the pca data of the object up to the principal component denoted
in argument n_pcs and performs UMAP with it.
runUMAP(object, n_pcs = NULL, ...)
runUmap(...)An object of class SPATA2 or, in case of S4 generics,
objects of classes for which a method has been defined.
Numeric value. Denotes the number of principal components used. Must be smaller or equal to the number of principal components the pca data.frame contains.
Additional arguments given to umap::umap().
The updated input object, containing the added, removed or computed results.