SOMnmR
A package for 13C NMR analysis (integration and spinning sidebands correction, + molecular mixing model fitting)
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.1%) to scientific vocabulary
Repository
A package for 13C NMR analysis (integration and spinning sidebands correction, + molecular mixing model fitting)
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
- Releases: 2
Metadata Files
README.md
SOMnmR 
A package for 13C NMR analysis of soil and litter samples.
What can be done?
The package mainly focuses on the integration of NMR regions. With this information it can either correct the spinning side bands, give the integrals according to Bonanomi et al. (2011) or to the molecular mixing model (thereafter named MMM) according to Nelson et al. (2005).
If the MMM option is chosen, then a fitting is made either constrained with the NC ratio of the sample or not.
What can't be done?
Background substraction, and phase correction is out of the scope of this package.
Table of contents
- How to cite
- How to install
- Introduction
- Spinning Sidebands Correction
- Molecular Mixing Model
- Statistics
- How to use
- References
- Contact
How to cite
This package is my effort of applying stuff that I learned with what I needed to make things faster during my Ph.D. If you want me to be motivated to mantain this package and maybe add something or improve it. Show me the love/citations:
Just copy paste this:
Colocho Hurtarte, L. C. (2022). SOMnmR (Version 0.2.0) [Computer software]. https://doi.org/10.5281/zenodo.7023315
How to install
Step 1 (Install devtools)
To install a SOMnmR as a package, start by installing the devtools package. The best way to do this is from CRAN, by typing from your comand line:
```bash
Install devtools
install.packages("devtools") ```
Step 2 (.....)
Install the package of interest from GitHub
Install SOMnmR from GitHub using the following code:
```bash
load devtools
library(devtools)
load SOMnmR
install_github("LuisCol8/SOMnmR") ```
Step 3 (Profit)
Load the package
```bash
load SOMnmR
library(SOMnmR)
```
Introduction
Hi My name is Luis Colocho. I made my Ph.D. at the Chair of Soil Science of the Technical University of Munich, under Apl. Prof. Joerg Prietzel. At our lab, a major equipment of use was the solid state NMR and for a manuscript (under review) I developed this package for quick analysis of 13C NMR data.
The package can do the integration and spinning side bands correction for different sets of 13C NMR regions, namely "4region"(Alkyl, O-Alkyl, Aryl and Carboxyl), "Bonanomi", according to Bonanomi et al., and the Molecular mixing model regions and fitting, according to Nelson et al (2005).
A special thanks goes to Prof. Carol Aldair, and Gabriela Viyalba for encouraging me to finish.
Contact
If you have suggestions, complains and questions just send me an email to:
luis [dot] colocho [at] diamond [dot] ac [dot] uk
Owner
- Login: LuisCol8
- Kind: user
- Repositories: 1
- Profile: https://github.com/LuisCol8
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1
Packages
- Total packages: 1
-
Total downloads:
- cran 208 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: SOMnmR
Analysis of Soil Organic Matter using Nuclear Magnetic Resonance
- Homepage: https://github.com/LuisCol8/SOMnmR/
- Documentation: http://cran.r-project.org/web/packages/SOMnmR/SOMnmR.pdf
- License: MIT + file LICENSE
-
Latest release: 0.3.0
published almost 2 years ago