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.txtand theproteinGroups.txtfiles from your MaxQuant output to theDatafolder. - Open the project in R Studio.
- Open the script
protein_coverage_visualization.R - In the script (line 7), set
proteinidto the Uniprot protein you want to visualize (as in the columnLeading.razor.proteinof your MaxQuant output).
- Example:
proteinid <- "A0A024QZX5"
- Run
Sourceat 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.