Learn R Programming

LipidomicsR (version 0.3.6)

percent.calculator: percent.calculator()

Description

A function to calculate the proportion of each lipid content.

Usage

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

Value

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

Arguments

data

Data frame. The row lipidomic data.

delete.pattern

Pattern of characters that needs to be removed.