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)
ididType.
description
documentationlist of idReferencesType.
xReflist of xRefType.
typetargetTypeType.
amplificationEfficiencyMethod
amplificationEfficiency
amplificationEfficiencySE
detectionLimit
dyeIdidReferencesType.
sequencessequencesType.
commercialAssaycommercialAssayType.
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)deepWhether to make a deep clone.