immunoassay.kits: Example dataset with kits data for use by function "sigfit".

Description Usage Format Details Source Examples

Description

This is an exemplary data.frame with information on kits used in the projects in our laboratory. It is a result of calling function read.kits on the example ".csv" file located in the "immunoassay/data" folder of this package. Such dataset must be provided in order for the function sigfit to work. The batch-processing function batch will load this data automatically if not already present in the search path. See more information there.

Usage

1

Format

A data frame with 25 observations on the following 17 variables.

Lot

Factor. Kit lot names / numbers.

Analyte

Factor. Analyte names.

Unit

Factor. Analyte units.

St1

Numeric. Concentration for Standard #1.

St2

Numeric. Concentration for Standard #2.

St3

Numeric. Concentration for Standard #3.

St4

Numeric. Concentration for Standard #4.

St5

Numeric. Concentration for Standard #5.

St6

Numeric. Concentration for Standard #6.

St7

Numeric. Concentration for Standard #7.

St8

Numeric. Concentration for Standard #8.

ConA.lo

Numeric. Low concentration limit for Control A.

ConA.hi

Numeric. High concentration limit for Control A.

ConB.lo

Numeric. Low concentration limit for Control B.

ConB.hi

Numeric. High concentration limit for Control B.

ConA

Numeric. Concentration for Control A.

ConB

Numeric. Concentration for Control B.

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 kit file, and that this convention is kept consistently throughout the project.

Source

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

Examples

1
2

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