Hashing Tutorial Using Feature Barcoding 10x Cellranger Count Pipeline #4022
-
Hi, We are trying to get the Seurat tools to work with this data and using the vignette found here as a template: https://satijalab.org/seurat/archive/v3.1/hashing_vignette.html We were just wanting to see if the steps we are taking below seem appropriate given the situation:
htos <- Read10X("./HTO")
umis <- htos[[1]]
htos <- htos[[2]] Is this the way it should be done? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes that's correct |
Beta Was this translation helpful? Give feedback.
Yes that's correct