Replies: 1 comment
-
|
Hi, You need to use patchwork Best, |
Beta Was this translation helpful? Give feedback.
0 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 am using the following code:
pdf("Fas_FeaturePlot_group.pdf", width= 40, height= 5)
FeaturePlot(seurat.combined, features = "Fas", ncol = 5, split.by = "group")
dev.off()
The output generated : 1) Does not generate the color scale. 2) How can I spilt the output of 10 groups into 5 and 5, 3) When I add + DarkTheme() to the code, it only adds black background to the last group in the output image.
I would appreciate your help.
Best,
R
Beta Was this translation helpful? Give feedback.
All reactions