Description Usage Arguments Examples
View source: R/calculation-functions.R
Calculates the CV value across all pooled QC samples
1 | calc_cv(Peak.list, QC.id)
|
Peak.list |
a table of class 'tbl_df',tbl' or 'data.frame' with
variables as columns. Should contain all output columns from |
QC.id |
character vector specifying identifier in filename designating a
Pooled QC sample. Only the first value will be used. Default is
|
1 2 3 | library(LUMA)
test <- calc_cv(Peak.list = Peaklist_Pos$From_CAMERA)
test[["%CV"]][11:23]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.