Description Usage Arguments Author(s) Examples
View source: R/parser_fatty_acyl.R
Get all fatty acyls, alkyls and alkenyls
This functions isolates all fatty acyls, alkyls and alkenyls 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_fatty_acyls(lipid)
|
lipid |
Shorthand notation of a acyl (as string), e.g. "PC(18:0/20:4(7E,9E,11Z,14Z)(5OH[S],6OH[R])" |
Michael Witting, michael.witting@helmholtz-muenchen.de
1 2 | library(lipidomicsUtils)
isolate_fatty_acyls("PC(18:0/20:4(7E,9E,11Z,14Z)(5OH[S],6OH[R])")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.