mzFA: Calculate exact mass for fatty acid

Description Usage Arguments Examples

Description

This function calculate exact mass for fatty acid [n:m].

Usage

1
mzFA(n, m = NULL, digits = 4)

Arguments

n

The number of carbon. A vector of length 2 (n,m) can also be used. In that case, m must be the default value NULL.

m

The number of double bond. Default, NULL.

digits

Decimal point (default 4)

Examples

1
2
# Exact mass of FA[18:1] anion (281.2486).
mzFA(18, 1)

ohgane/ShotgunLipidomicsR documentation built on May 24, 2019, 11:55 a.m.