Skip to content

Consider increasing max.overlaps in cnetplot() #32

@yeroslaviz

Description

@yeroslaviz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions