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

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

Super class

RDML::rdmlBaseType -> experimentType

Methods

Public methods

Inherited methods

Method new()

Usage

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


Method GetFData()

Usage

experimentType$GetFData(dp.type = "adp", long.table = FALSE)


Method clone()

The objects of this class are cloneable with this method.

Usage

experimentType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.