knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of ProteoViewer is to analyse the peptide intensities in a proteomics LC-MS/MS experiment. Besides, it provides visualization for the protein topology, Post-translational modifications and protein Coverage.
It relies on the Protter API.
# install.packages("devtools") devtools::install_github("svalvaro/ProteoViewer")
Launch the app locally.
library(ProteoViewer) runProteoViewerApp()
Or access to it trough the web application hosted at: https://proteomics.fgu.cas.cz/ProteoViewer/
ProteoViewer accepts the evidence.txt
from MaxQuant or the output from
Spectronaut
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.