isolate_radyls: Get all fatty acyls, alkyls and alkenyls This functions...

Description Usage Arguments Author(s) Examples

View source: R/parser_fatty_acyl.R

Description

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)

Usage

1

Arguments

lipids

List of vector of shorthand notation of a acyl (as string), e.g. "c(PC(18:0/20:4(7E,9E,11Z,14Z)), "PC(16:0/18:1(9Z))")

Author(s)

Michael Witting, michael.witting@helmholtz-muenchen.de

Examples

1
2
3
library(lipidomicsUtils) 
lipids <- c(PC(18:0/20:4(7E,9E,11Z,14Z)), "PC(16:0/18:1(9Z))")
isolate_radyls(lipids)

michaelwitting/lipidomicsUtils documentation built on Nov. 10, 2019, 1:17 a.m.