Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boxplot or barplot add.params by category and jitter #336

Open
MichaelPeibo opened this issue Sep 9, 2020 · 0 comments
Open

boxplot or barplot add.params by category and jitter #336

MichaelPeibo opened this issue Sep 9, 2020 · 0 comments

Comments

@MichaelPeibo
Copy link

Hi I try to generate a boxplot or barplot,
here is minimal code and my result:

ggbarplot(df, x = "gene", y = "count",
               add = c("mean_se", "jitter"),
               color='group',
               add.params = list(shape = "Batch")
               )

image
when I introduce a new categorical factor 'Batch', I have three columns in each x, any way to make three batches points mix together and jitter, with different jitter point shapes?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant