isolate_radyls: Get all fatty acyls, alkyls and alkenyls

View source: R/helper_parser_lipids.R

isolate_radylsR Documentation

Get all fatty acyls, alkyls and alkenyls

Description

This functions isolates all fatty acyls, alkyls and alkenyls from a given lipid shorthand notation and returns them as vector.

Usage

isolate_radyls(lipids)

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))")

Details

Supported modifications are currently hydroxy groups (OH), hydroperoxy groups (OOH), keto groups (O), and amino groups (NH2).

Author(s)

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

Examples

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


michaelwitting/wormLipidPredictR documentation built on July 1, 2023, 9:20 p.m.