rgoslin
Lipid Shorthand Name Parsing and Normalization
Bioconductor version: 3.23 · Package version: 1.16.0
The R implementation for the Grammar of Succint Lipid Nomenclature parses different short hand notation dialects for lipid names. It normalizes them to a standard name. It further provides calculated monoisotopic masses and sum formulas for each successfully parsed lipid name and supplements it with LIPID MAPS Category and Class information. Also, the structural level and further structural details about the head group, fatty acyls and functional groups are returned, where applicable.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("rgoslin") Details
| Maintainer | Nils Hoffmann <nils.hoffmann@cebitec.uni-bielefeld.de> |
| Author | Nils Hoffmann [aut, cre] (ORCID: <https://orcid.org/0000-0002-6540-6875>), Dominik Kopczynski [aut] (ORCID: <https://orcid.org/0000-0001-5885-4568>) |
| License | MIT + file LICENSE |
| URL | https://github.com/lifs-tools/rgoslin |
| Bug Reports | https://github.com/lifs-tools/rgoslin/issues |
| Downloads rank | 295 |
| Source branch | RELEASE_3_23 |
| biocViews | Lipidomics, MassSpectrometry, Metabolomics, Normalization, Preprocessing, Software |
Documentation
Download
Dependencies
Imports: Rcpp (>= 1.0.3), dplyr
LinkingTo: Rcpp
Suggests: testthat (>= 2.1.0), BiocStyle, knitr, rmarkdown, kableExtra, BiocManager, stringr, stringi, ggplot2, tibble, lipidr
Reverse dependencies
Suggests Me (1): MetMashR