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

Suppressing ggmaplot warning: Unlabeled data points (too many overlaps). Consider increasing max.overlaps #520

Closed
kassambara opened this issue Nov 26, 2022 · 0 comments

Comments

@kassambara
Copy link
Owner

suppressPackageStartupMessages(library(ggpubr))
data(diff_express)
 p <- ggmaplot(diff_express, main = expression("Group 1" %->% "Group 2"),
                fdr = 0.05, fc = 1, size = 0.4,
                palette = c("#B31B21", "#1465AC", "darkgray"),
                genenames = as.vector(diff_express$name),
                legend = "top", top = 30,
                font.label = c("bold", 11),
                font.legend = "bold",
                font.main = "bold", seed = 42, 
                ggtheme = ggplot2::theme_minimal())
 p
#> Warning: ggrepel: 16 unlabeled data points (too many overlaps). Consider
#> increasing max.overlaps

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