Metadata-Version: 2.1
Name: pynmranalysis
Version: 0.0.2
Summary: python library for NMR preprocessing and analysis
Home-page: https://github.com/1feres1/pynmranalysis/
Author: Feres Sakouhi
Author-email: feressakouhi@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
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
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
License-File: license.txt

# pynmranalysis
A Python package for 1H NMR data pre-processing and statistical analysis

# What can pynmranalysis do?
pynmranalysis has the ability to work with 1H NMR spectrum and offers many preprocessing functions that makes analyzing the spectrum more effective 
also it can be used to perform statistical modeling with great graphical results  

# minimum example

the following python script shows you how to use the main functions of our library 
demo link: https://colab.research.google.com/drive/1A5qS1ObiiYBXmPnlecCTxzV41BzQ3fG6?usp=sharing
you can download the data used in the demo from here : 
heart disease data : https://drive.google.com/file/d/1QpJuLEq6hFq8HStc2r2BxFfx4TzrQmAW/view?usp=sharing
digestive disease data:  https://www.metabolomicsworkbench.org/data/DRCCMetadata.php?Mode=Project&ProjectID=PR000707
Readme.md

