Scripts for parsing the output of proteomics analyses.
Functions to do the following:
- Parse the mzTab output from quantms
- Parse the msstats_input file from quantms
- Parse the diann parquet output
- Prepare dataframes for EDA and differential analysis with prolfqua
Can add Rmd files or links to other projects later to show example usage.
# if devtools not installed
# install.packages("devtools")
library(devtools)
devtools::install_github("Roman-Si/Rsripts_for_proteomics")
An analysis using this package can be found in https://github.com/Roman-Si/Asp-parasiticus_alkane_multiomics
Proteomics R packages used:
Pipelines used for analysis of LC-MS/MS data:
Ideas for packaging taken from
- Building reproducible analytical pipelines with R, https://raps-with-r.dev/
- Reproducible and Trustworthy Workflows for Data Science, https://ubc-dsci.github.io/reproducible-and-trustworthy-workflows-for-data-science/