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

ReactomePA plot label text overlap #38

Open
7 of 8 tasks
Jay-Leung opened this issue May 18, 2022 · 0 comments
Open
7 of 8 tasks

ReactomePA plot label text overlap #38

Jay-Leung opened this issue May 18, 2022 · 0 comments

Comments

@Jay-Leung
Copy link

Prerequisites

  • Have you read Feedback and follow the guide?
    • make sure your are using the latest release version
    • read the documents
    • google your quesion/issue

Describe you issue

  • Make a reproducible example (e.g. 1)
  • your code should contain comments to describe the problem (e.g. what expected and actually happened?)

Hi, I have ran ReactomePA on ChIP-Seq data and wanted to plot the result with dotplot and barplot. However, the label text between the lines seem to overlap and I am not sure why.

The code I ran is:

pathways <- enrichPathway(gene = common_genes, organism = "human", universe = background_genes)

pathways_dotplot <- dotplot(pathways, showCategory=10)
pathways_dotplot

pathways_barplot <- barplot(pathways)
pathways_barplot

The plots generated are:
ReactomePA_dotplot

ReactomePA_barplot

This issue does not appear with other Gene Ontology/KEGG plots. Could you advise? Thanks!

Ask in right place

  • for bugs or feature requests, post here (github issue)
  • for questions, please post to Bioconductor or Biostars with tag ReactomePA
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