Description Usage Arguments Author(s) Examples
View source: R/Parser_sphingoid_base.R
Get all sphingoid bases
This functions isolates all sphingoid bases from a given lipid shorthand notation and returns them as vector. upported modifications are currently hydroxy groups (OH), hydroperoxy groups (OOH), keto groups (O) and amino groups (NH2)
1 | isolate_sphingoids(lipids)
|
lipid |
Vector or list of shorthand notations, e.g. c("Cer(d16:1(4E,1OH,3OH,15Me)/22:0)", "HexCer(d18:1/22:0)") |
Michael Witting, michael.witting@helmholtz-muenchen.de
1 2 3 | library(lipidomicsUtils)
lipids <- c("Cer(d16:1(4E,1OH,3OH,15Me)/22:0)", "HexCer(d18:1/22:0)")
isolate_sphingoids(lipids)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.