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

Consider increasing max.overlaps in cnetplot() #32

Open
yeroslaviz opened this issue Oct 24, 2024 · 0 comments
Open

Consider increasing max.overlaps in cnetplot() #32

yeroslaviz opened this issue Oct 24, 2024 · 0 comments

Comments

@yeroslaviz
Copy link

yeroslaviz commented Oct 24, 2024

I'm trying to plot my data using the cnetplot() function, but keep getting this warning in my RStudio session, even though I set the value to Inf

options(ggrepel.max.overlaps = Inf)
cnetplot(ego.BP, color.params = list(foldChange = genes), 
    showCategory = go_of_interest$Name, # layout = 'circle',
    cex.params = list(gene_node = 0.5, gene_label = 0.5)
    ) 

Is there a way to label only the categories, but not the genes?
Or to show only specific genes, e.g. those with a FC ≥ 2?

Screenshot 2024-10-24 at 10 33 57 AM
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