MaxQuant provides us with a file proteinGroups.txt which contains information about the theoretical masses of proteins and how abbundant peptides from those proteins are found in slices from one dimensional gels. This information can be used to compute a approximation of which masses correspond to each slice.
Install pumbaR from source in R using devtools:
library(devtools)
install_github("UNIL-PAF/pumbaR", build_vignettes = TRUE)
Look at the vignettes for more information about usage:
browseVignettes(package="pumbaR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.