SMITER

https://img.shields.io/pypi/v/smiter.svg https://travis-ci.com/MKoesters/SMITER.svg?branch=dev Documentation Status Updates

Summary

Python library to create synthetic mzMLs file based on chemical formulas. All molecules can be simulated du to abstraction to chemical formulas.

Abstract

SMITER (Synthetic mzML writer) is a python-based command-line tool designed to simulate LC-MS/MS runs. It enables the simulation of any biomolecule since all calculations are based on the chemical formulas. As SMITER features a modular design, noise and fragmentation models can easily be implemented or adapted. By default, SMITER uses an established noise model and offers several methods for peptide fragmentation or two models for nucleoside fragmentation. Due to the rich python ecosystem, other modules, e.g. for retention time prediction, can easily be implemented for the tailored simulation of any molecule of choice. This allows for the facile creation of defined gold-standard-LC-MS/MS datasets for any type of experiment. Such gold standards, where the ground truth is known, are required in computational mass spectrometry to test new algorithms and to improve parameters for existing ones. Similarly, gold-standard datasets can be used to evaluate analytical hurdles e.g. by predicting co-elution and co-fragmentation of molecules. As these challenges hinder the detection or quantification of co-eluents, a comprehensive simulation can identify and thus prevent such difficulties before performing actual MS experiments. SMITER allows to create such datasets easily, fast and efficiently

Features

  • simulate mass spectrometry data for any biomolecule

  • usage of highly-accurate isotopic patterns enabled by pyQms

  • feature scaling by gauss-, gamma- and exponentially-modified gaussian distributions

  • m/z-and intensity noise injection ( uniform noise or a noise model that combines general noise with intensity-specific noise)

  • MS2 fragmentation for peptides and modified nucleosides.

  • Free software: MIT license

  • Documentation: https://smiter.readthedocs.io.

Download and Installation

SMITER requires Python 3.6 or higher.

There are two recommended ways for installing SMITER

  • Installation via pip

  • Installation from the source (GitHub)

Installation via pip

Execute the following command from your command line:

user@localhost:~$ pip install smiter

Installation from source

Clone the GitHub repo GitHub:

user@localhost:~$ git clone https://github.com/LeidelLab/SMITER.git

Install the requirements and SMITER:

user@localhost:~$ cd smiter
user@localhost:~/smiter$ pip install -r requirements.txt
user@localhost:~/smiter$ python setup.py install

Note

We recommend using an virtual environment when using SMITER

Testing

To test the package and correct installation:

user@localhost:~/smiter$ tox

Copyrights

Copyright 2020-2021 by authors and contributors

  • Manuel Koesters

  • Johannes Leufken

  • Sebastian Leidel

Contact

Prof. Dr. Sebastian Leidel University of Bern Department of Chemistry, Biochemistry and Pharmaceutical Sciences Freiestrasse 3 3012 Bern Switzerland

Citation

Please do not forget to cite SMITER:

<ref>

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.