count_lipids: Calculate distribution of lipids

View source: R/qc_funs_base.R

count_lipidsR Documentation

Calculate distribution of lipids

Description

count_lipids tabulates the number of occurrences and frequency of detection of each lipid and returns as a tibble.

Usage

count_lipids(df)

Arguments

df

Dataframe or tibble containing the following columns: Batch, DataFileName, RetTimeSecs, MajorHeightnA, TotalPeakArea1, DisplayDelta1, Name.

Value

A tibble in long format containing the name of each lipid and the frequency with which it is detected in a sample.


mlfelice/plfaR documentation built on June 9, 2022, 4:28 p.m.