Understanding the impact of sampleCells
#852
-
Hi @rcorces and @jgranja24 Great job with the package! Even more with all the maintenance and support. Very much appreciated. I have a question about the By using only a fraction of cells, do I risk that a rare population of cells will not be visualized as a separate cluster in the UMAP and that such a population will not make a cluster partition of its own? Or is there a step that I'm missing? Are there any workarounds to avoid this kind of problem? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
addIterativeLSI()
- there issampleCellsPre
andsampleCellsFinal
these do different things. In my understanding, it is reallysampleCellsFinal
that will cause the problem that you mention and this is why it defaults toNULL
addUMAP()
- Yes - sampling cells here could lead to poor visualization of rare populations of cellsaddClusters()
- Yes - sampling cells here could lead to a rare population of cells not being called as a cluster.