extractStd | R Documentation |
Separates specified serial dilutions for fitting, background, and samples
extractStd(MFI, stdstr, bgstr, stddil, smpdil, antigen, fname, pdate)
MFI |
data frame with variable "Sample" that contains information about standard concentrations in "1/dilution" format (e.g. "1/200"). |
stdstr |
character string indicating standards in the file's "Sample"
column. Not case sensitive. If |
bgstr |
character string indicating background in the file's "Sample" column. Not case sensitive. |
stddil |
standard dilutions to use for standard curve fitting. If
|
smpdil |
single value for sample dilutions (if dilutions are not
provided in |
antigen |
character string. |
fname |
name of the file that contains raw data. |
pdate |
date of the plate processing. |
details
A list with standards for fitting, background values, sample values, indices for samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.