find_missing | R Documentation |
find_missing
Identifies samples that are missing lipids that are
expected to be in all samples. For example, 13:0 and 19:0 lipids are added
to all samples as standard and surrogate standard, so these lipids missing
may indicate issues with the run or with the naming. For peat samples, 16:0
is expected to appear in all samples, as this lipid is present in Sphagnum.find_missing
Identifies samples that are missing lipids that are
expected to be in all samples. For example, 13:0 and 19:0 lipids are added
to all samples as standard and surrogate standard, so these lipids missing
may indicate issues with the run or with the naming. For peat samples, 16:0
is expected to appear in all samples, as this lipid is present in Sphagnum.
find_missing(df, lipids = c("13:0", "16:0", "19:0"))
df |
Dataframe or tibble containing the following columns: Batch, DataFileName, RetTimeSecs, MajorHeightnA, TotalPeakArea1, DisplayDelta1, Name. |
lipids |
Character vector listing the lipids that should be found in all samples. |
Dataframe indicating the sample containing missing the specified lipids, and the lipids within the sample that were missing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.