RDML (version 0.9-8)

targetType: targetType R6 class.

Description

A target is a PCR reaction with defined set of primers. PCR reactions for the same gene with distinct primer sequences are considered different targets. Inherits: rdmlBaseType.

Usage

targetType

Arguments

Format

An R6Class generator object.

Initialization

targetType$new(id, description = NULL,
  documentation = NULL, xRef = NULL, type, amplificationEfficiencyMethod =
  NULL, amplificationEfficiency = NULL, amplificationEfficiencySE = NULL,
  detectionLimit = NULL, dyeId, sequences = NULL, commercialAssay = NULL)

Fields

id

idType.

description

checkString.

documentation

list of idReferencesType.

xRef

list of xRefType.

type

targetTypeType.

amplificationEfficiencyMethod

checkString.

amplificationEfficiency

checkNumber.

amplificationEfficiencySE

checkNumber.

detectionLimit

checkNumber.

dyeId

idReferencesType.

sequences

sequencesType.

commercialAssay

commercialAssayType.