Skip to content

Latest commit

 

History

History
 
 
+++ DESCRIPTION +++

The script mzTab2PSMreport takes mzTab files as input and generates summary pdf reports from its PSM section.

mzTab2PSMreport example.mzTab


+++ INSTALLATION +++

(1) Install R
(2) Install LaTeX, tested with MacTeX (macOS), TexLive (Ubuntu 16.04 LTS), MiKTeX (Windows)
(3) Add the script folder to your $PATH variable
(4) Test the installation with misc/example.mzTab


+++ FILES +++

mzTab2PSMreport    -> main script (Linux, macOS)
mzTab2PSMreport.bat    -> main script (Windows)
mzTab2PSMreport.Snw    -> Sweave script containing both R and LaTeX code
Sweave.sty    -> Sweave style sheet
misc/example.mzTab    -> example input file
misc/example.pdf    -> example result file
misc/mzTab2PSMreport.R    -> R code from mzTab2PSMreport.Snw