count_lipids_tidy: Calculate distribution of lipids

View source: R/qc_funs.R

count_lipids_tidyR Documentation

Calculate distribution of lipids

Description

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

Usage

count_lipids_tidy(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 original columns as well as Count and LipidFrequency.


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