We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
cnetplot()
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 toInf
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?
The text was updated successfully, but these errors were encountered: