percent.calculator {LipidomicsR}R Documentation

percent.calculator()

Description

A function to calculate the proportion of each lipid content.

Usage

percent.calculator(
  data,
  delete.pattern = c("_\\d", "(\\+)AcO", "_n", "\\(\\d+\\)")
)

Arguments

data

Data frame. The row lipidomic data.

delete.pattern

Pattern of characters that needs to be removed.

Value

Return a data frame of normalized lipidomic data in the percentage of lipid content.


[Package LipidomicsR version 0.3.6 Index]