KitLots: Example .csv dataset with kits data.

Description Format Details Source Examples

Description

This is an exemplary .csv file with kit information - to be read into R using read.kits function.

Format

The structure of this file is exactly as the immunoassay.kits data file, except two last columns with calculated average values for "ConA" and "ConB" samples. See documentation for immunoassay.kits for more information.

Details

It is important, due to current limitations of the immunoassay functions, that the names of standards and controls are the same in the data files as in this .csv file, and that this convention is kept consistently throughout the project. Use this file to enter new kits data.

Source

"InnoBIA Plasma Abeta forms" and "InnoBIA AlzBio3 CSF biomarkers" kit information.

Examples

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

## End(Not run)

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