targetType {RDML} | R Documentation |
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
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
description
documentation
list
of idReferencesType.xRef
list
of xRefType.type
amplificationEfficiencyMethod
amplificationEfficiency
amplificationEfficiencySE
detectionLimit
dyeId
sequences
commercialAssay
[Package RDML version 1.0 Index]