Prerequisites
Describe you issue
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:


This issue does not appear with other Gene Ontology/KEGG plots. Could you advise? Thanks!
Ask in right place
Prerequisites
Describe you issue
Hi, I have ran ReactomePA on ChIP-Seq data and wanted to plot the result with
dotplotandbarplot. However, the label text between the lines seem to overlap and I am not sure why.The code I ran is:
The plots generated are:

This issue does not appear with other Gene Ontology/KEGG plots. Could you advise? Thanks!
Ask in right place
ReactomePA