You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix a bug when .dim is set to more than 2 to compute tSNE and UMAP
setNames(c("tSNE1", "tSNE2")) is changed to setNames(paste0("tSNE", seq_len(ncol(.))))
setNames(c("UMAP1", "UMAP2")) is changed to setNames(paste0("UMAP", seq_len(ncol(.))))
0 commit comments