SOMnmR

A package for 13C NMR analysis (integration and spinning sidebands correction, + molecular mixing model fitting)

https://github.com/luiscol8/somnmr

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
Last synced: 10 months ago · JSON representation

Repository

A package for 13C NMR analysis (integration and spinning sidebands correction, + molecular mixing model fitting)

Basic Info
  • Host: GitHub
  • Owner: LuisCol8
  • License: other
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 2.83 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 2
Created almost 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

SOMnmR

DOI

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

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

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

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 208 Last month
Rankings
Dependent packages count: 28.6%
Dependent repos count: 35.2%
Average: 50.1%
Downloads: 86.6%
Maintainers (1)
Last synced: 11 months ago