subset cells by gene scores #835
Unanswered
breannesparta
asked this question in
Questions / Documentation
Replies: 1 comment 3 replies
-
Just use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a project where rather than performing unsupervised cell clustering, I'd like to subset my data based on the accessibility of two marker genes. Specifically, after performing QC filtering and computing the GeneScoreMatrix, I'd like to first visualize the data using the gene scores of two genes, then create a filter to subset genes that meet some threshold criteria. However, I am uncertain about how to index the GeneScoreMatrix object using gene names. Would anyone have an example of how to do this?
Our idea was to first pull the GeneScoreMatrix using the getMatrixFromProject function, and then create two new vectors - one for each gene of interest, then visualize them using the ggPoint scatter function, and then create a filter that extracts cells that meet two GeneScoreMatrix criteria.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions