experimentType: experimentType R6 class.

Description Usage Format Initialization Methods

Description

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

Usage

1

Format

An R6Class generator object.

Initialization

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

@section Fields:

id

idType.

description

checkString.

documentation

list of idReferencesType.

run

list of runType.

Methods

AsDataFrame(dp.type = "adp", long.table = FALSE)

Represents amplification (dp.type = "adp") or melting (dp.type = "mdp") data points as data.frame. long.table = TRUE means that fluorescence data for all runs and reacts will be at one collumn.


RDML documentation built on June 25, 2019, 5:03 p.m.