Skip to content

JonCasC/mass_decomposer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Mass Decomposer

Mass Decomposer is a simple Python GUI application for decomposing a given mass (m/z) into amino acid combinations using the pyOpenMS library.

Features

  • Enter a mass and tolerance value.
  • Possible amino acid combinations are displayed in a text box.
  • Input validation and error messages.

Requirements

  • Python 3.x
  • pyOpenMS
  • Tkinter (usually included with Python)

Usage

  1. Install dependencies:

    pip install pyopenms
    
  2. Run the program:

    python mass_decompose.pyw
    
  3. Enter the mass and tolerance, then click "OK" or press Enter to see results.

Note

This project is for educational purposes only. Use with care and verify all outputs.

Releases

No releases published

Packages

No packages published

Languages