Skip to content
Snippets Groups Projects
README.md 1.44 KiB
Newer Older
libXpertMass
============
Rusconi Filippo's avatar
Rusconi Filippo committed

*libXpertMass* is a C++ shared library that is referenced from other projects.
Rusconi Filippo's avatar
Rusconi Filippo committed

The *libXpertMass* shared library is designed to enshrine the non-GUI functionalities
Rusconi Filippo's avatar
Rusconi Filippo committed
needed by the following two projects:

* MsXpertSuite/massXpert2;
* MsXpertSuite/mineXpert2.
Rusconi Filippo's avatar
Rusconi Filippo committed

In particular, it contains abstractions for all the chemical entities required to fully characterize
a polymer chemistry definition, as shown below:

* Isotope
* IsotopicData
* Formula
* Monomer
* Oligomer
* Polymer
* Aqueous chemical reactions (cleavages, enzymatic and non-enzymatic)
* Gas-phase chemical reactions (fragmentations, with a sophisticated grammar to describe complex
fragmentation patterns)
* Isotopic cluster modelling/calculations for any chemical entity representable by an element
composition formula and a charge.
* ...

*libXpertMass* has a companion GUI library, *libXpertMassGui* , that is designed to
enshrine the GUI functionalities needed by the same two projects above.

*libXpertMassGui* is a C++ shared library that is referenced from other projects.
The *libXpertMassGui* shared library is designed to enshrine the GUI functionalities
needed by the following two projects:

* MsXpertSuite/massXpert2;
* MsXpertSuite/mineXpert2.

*libXpertMassGui* has a companion GUI library, *libXpertMass* , that is designed to
Rusconi Filippo's avatar
Rusconi Filippo committed
enshrine the non-GUI functionalities needed by the same two projects above.