Learn R Programming

RDML (version 0.9-1)

targetType: targetType R6 class.

Description

A target is a defined PCR reaction. PCR reactions for the same gene which differ in 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
is.string.
documentation
list of idReferencesType.
xRef
list of xRefType.
type
targetTypeType.
amplificationEfficiencyMethod
is.string.
amplificationEfficiency
double.
amplificationEfficiencySE
double.
detectionLimit
double.
dyeId
idReferencesType.
sequences
sequencesType.
commercialAssay
commercialAssayType.