| 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
iddescriptiondocumentationlistof idReferencesType.xReflistof xRefType.typeamplificationEfficiencyMethodamplificationEfficiencyamplificationEfficiencySEdetectionLimitdyeIdsequencescommercialAssay
[Package RDML version 1.0 Index]