Metadata-Version: 2.1
Name: nmrquant
Version: 1.0.1
Summary: Metabolite concentration quantification from 1D proton nmr integrated data
Home-page: https://github.com/LoloPopoPy/RMNQuant
Author: Loïc Le Grégam
Author-email: legregam@insa-toulouse.fr
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/LoloPopoPy/RMNQuant/issues
Project-URL: Source, https://github.com/LoloPopoPy/RMNQuant/
Description: NMRQuant
        ========
        
        **NMRQuant is a software for the quantification of metabolites from 1D Proton NMR experiments**.
        It takes as input integrated areas from spectra and proton counts from a database from excel and
        csv files. It can be used with either internal or external calibration, using d4-TSP. It outputs
        an excel file containing the calculated concentrations, and svg files containing plots that help
        with the visualisation and interpretation of the data.
        
        It is one of the routine tools used on the `MetaToul platform <https://www6.toulouse.inrae.fr/metatoul>`_.
        
        The code is open-source, and available on Github under a GPLv3 license.
        
        The documentation relative to NMRQuant's usage can be found on `ReadTheDocs <https://nmrquant.readthedocs.io/>`_.
        
        It can be used from a command line interface or through an interactive jupyter notebook GUI. The notebook can be
        downloaded from the `GitHub page <https://github.com/llegregam/NmrQuant>`_.
        
        .. rubric:: Key Features
        
        * **Calculation of metabolite concentrations from 1D H+ NMR integrated data**
        * **Creation of figures (lineplots and barplots) that help with interpretation**
Keywords: NMR,biochemistry,quantification,metabolomics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6, <4
Description-Content-Type: text/x-rst
Provides-Extra: dev
