Entering edit mode
2.7 years ago
cook.675
▴
230
I have a scRNA-seq dataset that was mapped to both the mouse and mCMV genomes. All the genes from mCMV begin with "392XXXX" and there are 161 of them
For each cell in the dataset, I want to add a metadata identifier if at least one read was detected from at least one of these genes.
Any tips greatly appreciated!
thanks
Untested but should work in theory. If you get an error you may need to convert the counts from a sparse to dense matrix with
as.matrix
.