extract_standard: Extract the standard curve

Description Usage Arguments Value

View source: R/elisar.R

Description

Parse the id for the standard curve key and extract the concentration and associated O.D. values.

Usage

1
2
extract_standard(.data, concentration = "concentration", od = "od",
  std_key = "^STD", dec = ".", var_in = "value")

Arguments

.data

dataframe containing at least the value and id columns (with O.D. values and sample identifiers).

concentration

name of the concentration column

od

name of the O.D. column

std_key

a character string specifying the common starting pattern of standard point ids (default = "^STD").

dec

a character string used as a decimal separator for the encoded standard concentration values.

var_in

a character string used for the OD values (default = "value")

Value

A data frame containing the standard curve


koncina/elisar documentation built on May 20, 2019, 12:55 p.m.