I am a new R user. So I have this proteomics data with more than 100 protein levels measured from 10 patients at 3 different time points. For each of these 100+ proteins I have used ggplot2 to make a boxplot facet (x=timepoint, y=expression level). The problem is, the protein names (titles of facets) are very long so they overlap with the ones next to them. Because there are so many of them I can't really use "\n" manually to seperate them into two rows. Is there a clever way to do this?
Also, I wanted to change the order of the three time points on the x axis. It was originally displayed in alphabetic order but i wanted it to have more biological significance.
Many thanks in advance.