projectMatrix_UMAP.Rd
given a (count) matrix and dimension reduction result, return the projected UMAP coordinates in the embedding space
projectMatrix_UMAP(X, umapObj, binarize = TRUE, addPcCoord = FALSE)
matrix to be projected (features X samples)
dimension reduction result as returned by dimRed_UMAP
binarize the counts before projecting
also add PC coordinates to the resulting matrix
Projected UMAP coordinates