MonashBioinformaticsPlatform / PBMC-Single-Cell-Workshop-2022

This workshop, conducted by the Monash Bioinformatics Platform, will cover the Seurat 3K PBMC tutorial with an extended section on how to use third party tools SingleR and Harmony
https://monashbioinformaticsplatform.github.io/PBMC-Single-Cell-Workshop-2022/
GNU General Public License v3.0
0 stars 1 forks source link

Clusters are shuffled #8

Open pfh opened 1 year ago

pfh commented 1 year ago

CD14+ Monocytes seem to have been swapped with Memory CD4 T cells.

#new.cluster.ids <- c("Naive CD4 T", "CD14+ Mono", "Memory CD4 T", "B", "CD8 T", "FCGR3A+ Mono", "NK", "DC", "Platelet")

new.cluster.ids <- c("Naive CD4 T", "Memory CD4 T", "CD14+ Mono", "B", "CD8 T", "FCGR3A+ Mono", "NK", "DC", "Platelet")