Interactive processing of NMR Spectra
Project description
TL;DR
NMRPro reads and processes different types of NMR spectra. This package is released as part of an integrated web component NMRPro. The package can also be used directly from python. Refer to the tutorial for examples.
Installation
NMRPro can be installed directly from pypi:
pip install nmrpro
Getting started
As a web component
NMRPro package is written as part of an integrated web component. When installed with the companion Django App, it can be used to process NMR spectra online interactively. Please refer to the Web component home page for installation instructions.
Standalone
NMRPro package is written also to eanble using it from python directly. NMRPro is a high level wrapper for nmrglue package. It provides several functions to facilitate dealing with NMR spectra.
Please have a look at the tutorial to get started.
Extending NMRPro
Experienced users can extend the package by writing plugin functions (Both Python and R are supported now). Writing plugins requires no extra knowledge of NMRPro object structure or familiarity with web technologies. Plugins are autoamtically integrated with the rest of the web component with no extra code.
Please refer to the following tutorials for more information.
Basic plugin development: An overview of the basic plugin architure illustrated by examples.
Advanced development: Special cases for plugin development, such as cutomizing the web GUI, combining multiple functions into a single command and working with R functions.
Support
Please contact me if you face any installtion problems, or discover any bugs (mohamed .at. kuicr.kyoto-u.ac.jp).
More Details?
NMRPro package structure
NMRPro python package consists of two main parts:
Core
The core provides 4 different classes for representing NMR spectra. All spectra regarless of their original format are stored as NMRSpectrum object, which frees the user from dealing with format-specific processing. Also, it encapsulates multi-dimesional processing for 2D spectra, by applying the processing functions to each dimension.
Plugins
Plugins provide functions necessary for automatic spectral processing, and allow for easy extensibility of the package. Currently implemented plugins are Zero-filling, Apodization, FT, Phase correction (automatic), Baseline correction and Peak picking.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file nmrpro-0.2.3.tar.gz
.
File metadata
- Download URL: nmrpro-0.2.3.tar.gz
- Upload date:
- Size: 45.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b918009298dbbd2159e3fb494a979b4c3d208c002f27f80555080f09d32486c |
|
MD5 | df3a0b9e97453c5926c67a5e4ba5e1f4 |
|
BLAKE2b-256 | 89a724f862f95415b2aa5b029ef53dc88bec67323d4e490653202a062fbaa2cd |