negative cluster label #79
FrenchSauce
started this conversation in
General
Replies: 1 comment
-
Hi @FrenchSauce
Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I noticed that there is a '-1' cluster label generated after clustering (both with Leiden and Paris) it doesn't contain much cells (4 out of 50k in the test I run), I was just wondering whether it is a bug or something expected, I haven't found any mention of this in the documentation
clusters = ds_sample.cells.fetch_all('RNA_leiden_cluster') np.unique(clusters)
output:
array([-1, 1, 2, 3, 4, 5])
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions