The goal of MSstatsPTM is to provide the implementation of general statistical methods for characterization of quantitative changes in global post-translational modification profiling experiments.
You can install the development version of MSstatsPTM from GitHub with:
# install.packages("devtools")
devtools::install_github("tsunghengtsai/MSstatsPTM")
Quantitative analyses of PTMs are supported by four main functions of MSstatsPTM.
PTMnormalize()
normalizes the quantified peak intensities to correct systematic variation across MS runs.
PTMsummarize()
summarizes log2-intensities of spectral features (i.e., precursor ions in DDA, fragments in DIA, or transitions in SRM) into one value per PTM site per run or one value per protein per run.
PTMestimate()
takes as input the summarized log2-intensities for each PTM site, performs statistical modeling for the log2-abundance of the site, and returns the estimates of model parameters for all PTM sites in all experimental conditions.
PTMcompareMeans()
performs statistical testing for detecting changes in PTM mean abundances between conditions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.