plotGroups HOW TO ORDER CLUSTER #2300
Unanswered
A-legac45
asked this question in
Questions / Documentation
Replies: 1 comment 1 reply
-
Can you try making |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
HELLO,
in plotGroups how to order clusters for example
p4 <- plotGroups(
ArchRProj = proj,
groupBy = "new_cluster_namesatac_janv",
colorBy = "cellColData",
name = "log10(nFrags)",
plotAs = "violin",
alpha = 0.4,
baseSize = 10,
addBoxPlot = TRUE, pal = color_atac
)
give C1 C2 C3
and I would like C2 C3 C1
Thanks
Beta Was this translation helpful? Give feedback.
All reactions