RDML (version 0.9-8)

experimentType: experimentType R6 class.

Description

A qPCR experiment. It may contain several runs (runType). Inherits: rdmlBaseType.

Usage

experimentType

Arguments

Format

An R6Class generator object.

Initialization

experimentType$new(id, description = NULL,
  documentation = NULL, run = NULL)

@section Fields:

id

idType.

description

checkString.

documentation

list of idReferencesType.

run

list of runType.

Methods