Script for the visualization of the peptide coverage (peptide-to-protein mapping) of a particular protein of interest from a MaxQuant output.
- Download this repo to your local PC.
- Unzip the files and initialize the downloaded folder as an R Studio Project.
- Add both the
peptides.txt
and theproteinGroups.txt
files from your MaxQuant output to theData
folder. - Open the project in R Studio.
- Open the script
protein_coverage_visualization.R
- In the script (line 7), set
proteinid
to the Uniprot protein you want to visualize (as in the columnLeading.razor.protein
of your MaxQuant output).
- Example:
proteinid <- "A0A024QZX5"
- Run
Source
at the upper right corner of your script. - A new folder with a TIFF file should have been generated with your visualization. The plot should also be shown in the R Studio session.