SRM Analysis Part 8
One script, infinite boxplots
Based on feedback from my practice talk, I’ve decided to focus on my shotgun proteomics data for PCSGA and hint at my SRM data. To do this, I needed to average my technical replicates and create plots to describe my area data. Because there’s such great variation in my area data, Megan suggested that I make boxplots. Using this R script, I made boxplots. You can find them in my SRM analysis folder. I plotted normalized area as a proxy for protein abundance on the y-axis, with site (and sometimes eelgrass condition) on the x-axis. The plots were really good for demonstrating how much variation I had in my data! There was a lot of overlapping whiskers, which explains why my ANOSIM R values were close to zero.
To characterize my shotgun proteomics data, I used grep
to sort proteins based on their gene ontology functions. I saved each search as a separate text file, which can be found here. I did this in terminal, so here are screenshots with the code I used:
Figures 1-3. Code used to sort shotgun proteomics data.
I uploaded my talk to my repository. PCSGA here I come!