Hi @Teichlab,
The weird condition occurred from data integrated through scanpy using bbknn.
The samples can be integrated by umap plot, but the tsne plotting showing the data that can not be integrated.
UMAP showing integrated
TSNE showing no integrated
The different showing below between umap and tsne.
Based on this, how can i get same integrated effect on tsne when using bbknn to integrated. if it should not been done,
whether had another way to replace this selection?
I'd like to defer you to the innards of sc.tl.tsne(), wherein you'll see that the TSNE operates in a manner independent of the neighbour graph. BBKNN's output isn't seen by the algorithm.
Hi @Teichlab, The weird condition occurred from data integrated through scanpy using bbknn. The samples can be integrated by umap plot, but the tsne plotting showing the data that can not be integrated.
UMAP showing integrated
TSNE showing no integrated
Best hanhuihong