find_duplicates: Identify duplicate peak names within samples

View source: R/qc_funs_base.R

find_duplicatesR Documentation

Identify duplicate peak names within samples

Description

find_duplicates Identify samples with naming errors resulting in a lipid name being given to multiple peaks in a sample.

Usage

find_duplicates(df)

Arguments

df

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

Value

Dataframe indicating the sample containing duplicate lipids, and the lipids within the sample that were duplicated.


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