read.kits: Function that reads and processes the kit data csv file.

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/read.R

Description

This function loads the ".csv" file with kit information, sets format for columns and calculates midpoints for Quality Control sample ranges.

Usage

1
read.kits(path, file)

Arguments

path

Character. A path to the file with kits data.

file

Character. Filename of the kits data file.

Details

This function has been pre-defined to a very specific format of input data, and this format must be adhered to if this function is to be used. For more information on the format, see help for immunoassay.kits data frame.

Value

This function returns kits immunoassay.kits object of class data.frame.

Author(s)

Michal J. Figurski, PhD mfigrs@gmail.com

See Also

read.multiplex

Examples

1
2
3
4
## Not run: 
    immunoassay.kits = read.kits("your-path", "file name")

## End(Not run)

immunoassay documentation built on May 2, 2019, 4:45 p.m.