Open denvercal1234GitHub opened 3 weeks ago
My current work-around is using GetAssayData
followed by sum()
-- not ideal but works.
##### tested on markers without dashes
SeuratObject::GetAssayData(object = gem_ID.list_MERGED, assay = "ADT", layer = "data")["CD25",] -> ADT_CD25
sum(ADT_CD25 > 0)
Hi there,
I have a Seurat object with both RNA and ADT assay data.
Anyone has any input why
WhichCells()
failed to retrieve the cells using ADT markers?Pulling markers without
dashes
in the name worked fine.Related #1212 #3219