percent.calculator | R Documentation |
A function to calculate the proportion of each lipid content.
percent.calculator(
data,
delete.pattern = c("_\\d", "(\\+)AcO", "_n", "\\(\\d+\\)")
)
data |
Data frame. The row lipidomic data. |
delete.pattern |
Pattern of characters that needs to be removed. |
Return a data frame of normalized lipidomic data in the percentage of lipid content.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.