Seurat clustering results
0
0
Entering edit mode
5 months ago
Kaia • 0

Hi,

I am doing single nuclei analysis on brain neurons (inhibitory and excitatory) and glia cells using Seurat. The UMAP is like below showing clustering results. The clusters in the middle are sticking together. cluster

I have tried changing dims in FindNeighbors and resolution in FindClusters, but still cannot separate the chunk in the middle.

Is there anything I am doing incorrectly? Or it is because they are neurons and glia, so they might be quite similar and cannot be separated?

integrated5<- FindNeighbors(integrated3, reduction = 'pca', dims = 1:11)
integrated5<- FindClusters(integrated5, resolution = 0.5)

integrated5<- RunUMAP(integrated5, reduction = 'pca', dims=1:11)

In the upstream, I integrated 12 subjects' data. I believe there is no batch effect?

by subject

Please bear with here there plots look not so pretty...

seurat UMAP clustering single-cell • 320 views
ADD COMMENT

Login before adding your answer.

Traffic: 2406 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6