How to plot the x labels and scale bar using ggplot2 and gggenes?
I have 3 data.frames with the data to plot genes. The problem that I want to solve, is to keep the genes legends in x (geneA to geneF), as well as the scale bar with the numbers in x, I have tried the next code; maybe the problem is scale_x_continuous, when I don’t use it the scale bar is ok, but I want the genes labels also in x (or could be in top!!!)
Calculate the direction of gggenes data in R
How could I plot a group of genes in the same directions using gggenes and ggplot2 ?