A package for processing CoreMS assignments of ultrahigh mass resolution LC-ESI-MS data
Project description
CoreMS LC Modules
A Python package for processing CoreMS assignments of ultrahigh mass resolution LC-ESI-MS data.
Functionality
Functions that do not require CoreMS:
- 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
Functions that require CoreMS:
- 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
Installation
Local editable installation
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
Install pkg from TestPyPi
python -m pip install --index-url https://test.pypi.org/simple/ --no-deps coremstools
Build and upload to TestPyPi
See: https://packaging.python.org/en/latest/tutorials/packaging-projects/
Build prior to uploading to archives
python -m pip install -U build
python -m build
Upload to TestPyPi with Twine
python -m pip install -U twine
python -m twine upload --repository testpypi dist/*
Example Workflow
Phase 1: Assignments & initial QC
- 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)
Phase 2: Alignment, gapfilling, blank correction, error flags
- 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)
Phase 3: Additional classifications
- Determine O/C, H/C, N/C & NOSC for features
- Determine stoichiometric classifcations
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coremstools-0.0.2.tar.gz
(20.9 kB
view hashes)
Built Distribution
Close
Hashes for coremstools-0.0.2-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 3c38a522840ed7e550f4b026c6650ea200228791ff03a5bf9399bbef1d476059 |
|
| MD5 | a482af2c468a2d68171c2359a193c5fc |
|
| BLAKE2b-256 | 5ba66dd029b14319d9704f8d45db54de8dabbc969f6153b88afd3c809b4e292a |