A Python package for processing CoreMS assignments of ultrahigh mass resolution LC-ESI-MS data.
- Alignment of assigned features across a dataset
- Calculation of average assignment & feature parameters across a dataset:
- measured m/z
- calibrated m/z
- resolving power
- m/z error
- feature S/N
- confidence score
- Gap filling of ambiguous assignments
- Stoichiometric classifications
- NOSC calucations
- O/C, H/C, N/C calculations
- Identification of significant assignment errors in a dataset, based on rolling average and standard deviation
- Determination of a feature's chromatographic dispersity
- Generation of calibrant list(s) for data calibration
- QC checks of retention and intensity of an internal standard across a dataset
git clone https://github.com/deweycw/corems-tools.git corems-tools
cd corems-tools/src
python -m pip install -e . # from root directory of project
python -m pip install --index-url https://test.pypi.org/simple/ --no-deps coremstools
See: https://packaging.python.org/en/latest/tutorials/packaging-projects/
python -m pip install -U build
python -m build
python -m pip install -U twine
python -m twine upload --repository testpypi dist/*
- Generate calibrants using calibrant generator function (requires CoreMS)
- Perform assignments (requires CoreMS)
- Calculate dispersity (requires CoreMS)
- Evaluate retention and intensity of internal standard (requires CoreMS)
- Generate assignment error plots (error v. m/z; error dist in each time window)
- Align features across dataset
- Gapfill across dataset
- Perform blank correction
- Flag features with potentially signficant assignment error (i.e., feature is flagged if difference between rolling average of assignment error (across dataset) and error of individual assignment exceeds 4x the standard deviation of the assignment error for the specific feature)
- Determine O/C, H/C, N/C & NOSC for features
- Determine stoichiometric classifcations