Entering edit mode
3.9 years ago
roberts
▴
60
Hello I am trying to pull out CD8 T cell clusters from my seurat object. I am using the code
CD8 <- CH005@meta.data[“seurat_clusters” %in% c(1,2,3,7,8),]
But it keeps resturning an empty table. Does anyone have any suggestions? Thanks!