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.
An R6Class
generator object.
targetType$new(id, description = NULL, documentation = NULL, xRef = NULL, type, amplificationEfficiencyMethod = NULL, amplificationEfficiency = NULL, amplificationEfficiencySE = NULL, detectionLimit = NULL, dyeId, sequences = NULL, commercialAssay = NULL)
id
description
documentation
list
of idReferencesType.
xRef
list
of xRefType.
type
amplificationEfficiencyMethod
amplificationEfficiency
amplificationEfficiencySE
detectionLimit
dyeId
sequences
commercialAssay
RDML::rdmlBaseType
-> targetType
new()
targetType$new( id, description = NULL, documentation = NULL, xRef = NULL, type, amplificationEfficiencyMethod = NULL, amplificationEfficiency = NULL, amplificationEfficiencySE = NULL, detectionLimit = NULL, dyeId, sequences = NULL, commercialAssay = NULL )
clone()
The objects of this class are cloneable with this method.
targetType$clone(deep = FALSE)
deep
Whether to make a deep clone.