sorting DEGs in the dotplot for every column #9243
Unanswered
BehzadMoumbeini
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to sort the genes (blue and grey dots) in each column in my dotplot and put the blue ones together and grey one together in each column (which means per sample). what argument should I add to the following command? the dotplot is made for DEGs between conditions.
DotPlot(cell_selection, features = rev(as.character(unique(top20_sub$gene))), group.by = "orig.ident", assay = "RNA") + coord_flip() + RotatedAxis()
Beta Was this translation helpful? Give feedback.
All reactions