percent.calculator: percent.calculator()

View source: R/data_cleaner.R

percent.calculatorR 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.


LipidomicsR documentation built on May 29, 2024, 8:59 a.m.