I"m running densMAP in the development version of Seurat, and it seems to work (hallelujah!) but the clustering is not reproducible. If I run the same pipeline twice over, the clustering is similar yet different. Is there a way to make it reproducible?
setting the seed doesn't help. Is this intrinsic to the densMAP algorithm? Or is there a way to make it reproducible?
thanks,
Nicolaas
ps command I run is:
RunUMAP(MySeuratObject, dims = 1:UMAP.dimensions, densmap=TRUE)