How to cluster based on different Hashtags (HTO) ? #4251
-
Hello, I have recently used HTO demultiplexing. I have used this tutorial : https://satijalab.org/seurat/archive/v3.1/hashing_vignette.html Now, after selecting singlet how can I separate them based on different Hashtags ? I used Label Hashtag1, Hashtag2 and Hashtag3. How can I get them using subset? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If you want to cluster your data based on the HTO counts you can change the default assay to the HTO assay, process the HTO counts as shown in the hashing vignette, run PCA, create a neighbor graph ( |
Beta Was this translation helpful? Give feedback.
If you want to cluster your data based on the HTO counts you can change the default assay to the HTO assay, process the HTO counts as shown in the hashing vignette, run PCA, create a neighbor graph (
FindNeighbors()
), and find clusters using the HTO neighbor graph (FindClusters()
).