Program to find the area after fitting for data analyzed by WidebandPRM
Installation
-
download anaconda (https://www.anaconda.com/distribution)
-
conda create -n WidebandPRM python=3.7.9
-
conda activate WidebandPRM
-
install packages
conda install numpy
conda install pandas
conda install scipy
conda install matplotlib
pip install lmfit
pip install peakutils
pip install xlsxwriter
pip install image
-
run
python WidebandPRM.py
Notes
The input file uses mzML.
- Use the --32 option to generate mzML
- You should have the following files in the same location as your mzML
- target1.csv, target1_trigger.csv (for +2)
- target2.csv, target2_trigger.csv (for +3)