Class: LabwareCreators::PlateWithPrimerPanel

Inherits:
StampedPlate show all
Includes:
HasPrimerPanel, CustomPage
Defined in:
app/models/labware_creators/plate_with_primer_panel.rb

Overview

A primer panel is a collection of primers used to amplify specific regions of DNA for the purposes of genotyping. It is specified at submission, and should be consistent across the entire plate

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from LabwareCreators::Base

Instance Method Details

#panel_nameString Originally defined in module HasPrimerPanel

The name of the primer panel specified on the submission

Returns:

  • (String)

    The specified primer panel

#pcr_durationString Originally defined in module HasPrimerPanel

Human readable duration of the PCR program

Returns:

  • (String)

    Duration of the configured program, eg. 45 minutes

#pcr_programString Originally defined in module HasPrimerPanel

The pcr program that the user should use based on the selected primer panel

Returns:

  • (String)

    The pcr program the user should select

#primer_panelObject Originally defined in module HasPrimerPanel