markerGenes #1046
jacobHog
started this conversation in
Feature Requests
markerGenes
#1046
Replies: 1 comment 3 replies
-
Thanks for posting! In general this type of analysis is performed by manually manipulating the objects that ArchR gives you and we don't provide explicit recommendations or code bits to do it. But you should be able to play around with the return of getMarkerFeatures() to do this with some basic R code. |
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
-
Hello,
I was wondering if instead of creating my own list of "markerGenes" for plotEmbedding(name), is it somehow possible to return the most significant marker genes from getFeatures() and use those as "markerGenes" in plotEmbedding?
My idea is that the most significant genes would be either above a threshold (e.g. log2(Normcounts+1) = 2) or the top 100 genes with the highest log2(Normcounts+1)?
My reference genome is mm10 with about 28000 genes, and I created a list of marker ~90 genes by scraping the internet. My concern is that I might miss out on important marker genes that I did not include in my own list.
https://www.archrproject.com/bookdown/marker-genes-imputation-with-magic.html for reference.
https://www.archrproject.com/reference/plotEmbedding.html
https://www.archrproject.com/reference/getFeatures.html
Beta Was this translation helpful? Give feedback.
All reactions