Entering edit mode
reinepapillon
•
0
@reinepapillon-23492
Last seen 4.8 years ago
Hello! I have identified 4 clusters in my sce object and would like to know the cell IDs in a particular cluster. I know the > table(sce$clusters) command shows me the number of cells in each cluster, however I can't work out how to see the cell IDs. Anyone know? In Seurat I use >head(Idents(x), 10) and it will show the first 10 cell IDs in 'x' with the cluster number next to them. Would love something like this with my sce object! Thanks for your help!!!
Thank you so much!!! Really appreciate the help! :-)