I have a ggplot with a y axis consisting of gene names.
However, I also want another axis on the right side of the graph to display the category that the gene belongs to. I made a separate ggplot that looks like this
I want to overlay them so that it looks like the first plot has two y-axis. Is there a way that I can graph them simultaneously on top of each other?
Thanks!