prepLum | R Documentation |
Read in raw luminex files, extract standards and background (if provided), and format samples for processing.
prepLum(
antigen,
fname,
fdir = NULL,
dtype = "Median",
stdstr = "std|stand",
bgstr = "blank|background",
stddil = NULL,
smpdil = 1000,
nwells = NULL,
nsep = 2,
ncolmax = 105,
dformat = "%m/%d/%Y"
)
antigen |
character string. |
fname |
name of the file that contains raw data. |
fdir |
directory where the file is located (alternatively, full path can
be included in |
dtype |
character string for data type in the file. |
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 |
a vector of standard dilutions. If |
smpdil |
single value for sample dilutions (if dilutions are not
provided in |
nwells |
number of wells. If |
nsep |
number of lines separating different data types in the file. |
ncolmax |
maximum number of columns in the file. |
dformat |
date format in the file. |
to be added
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.