ValidExperimentAbsorbanceSpectroscopyQ
ValidExperimentAbsorbanceSpectroscopyQ[samples]⟹bools
checks whether the provided samples and specified options are valid for calling ExperimentAbsorbanceSpectroscopy.
Details
Input

Output

Absorbance Measurement Options

Aliquoting Options

Data Processing Options

Injections Options

Organizational Information Options

Post Experiment Options

Preparatory Centrifugation Options

Preparatory Filtering Options

Preparatory Incubation Options

Quantification Options

Sample Handling Options

Sample Preparation Options

Sampling Options

General Options

Examples
Basic Examples (4)
Additional Examples (9)
Returns False if mixing within the plate reader chamber is being requested, but the instrument does not support it:


Returns False if injections are being requested, but the instrument does not support it:


Returns False if there's a request to create a circle of wells around the samples but a chip-based reader is being used:


Returns False if the plate reader being does not allow the order in which samples are read to be set:


Returns False if a BMG reader is not specified but RetainCover -> True:


Returns False if RetainCover is set to True but injections are being performed:


Returns True if the sample is being quantified but there is not enough space available to do the expected number of replicates since the experiment can still be done:


Returns False if no blank volume has been specified but blank Buffer 1 is in a 50mL tube and must be transferred into the assay container to be read:


Returns True but gives a warning if blank is set to be transferred even though it is already in a valid container:


Options (36)
Blanks (4)
Indicate what the blank(s) should be for this experiment:


Indicate what the blank(s) should be for this experiment, expanded for multiple samples:


If BlankAbsorbance -> True and Blanks is not specified, resolve to Milli-Q water:


If BlankAbsorbance -> False and Blanks is not specified, resolve to Null:


BlankVolumes (6)
Indicate the volume of blank to use for each sample:


Indicate the volume of blank to use for each sample, using multiple samples:


If BlankAbsorbance -> True, BlankVolumes is not specified, and Instrument -> a BMG plate reader, resolve BlankVolumes to the volume of the corresponding sample:


If BlankAbsorbance -> True, BlankVolumes is not specified, and Instrument -> a Lunatic, resolve BlankVolumes to 2 uL:


If BlankAbsorbance -> False and BlankVolumes is not specified, resolve BlankVolumes to Null:


Rounds specified BlankVolumes to the nearest 0.1 microliter:


EquilibrationTime (4)
ImageSample (2)
PreparatoryPrimitives (1)
QuantificationWavelength (5)
Indicate the wavelength of the quantification that should be calculated:


If QuantifyConcentration is not specified and QuantificationWavelength is also not specified, resolve option to Null:


If QuantifyConcentration is True and QuantificationWavelength is not specified, resolve option to 260 Nanometer IF the ExtinctionCoefficients field is not populated in any sample's model (and throw a warning):


If QuantifyConcentration is True and QuantificationWavelength is not specified, resolve option to the first value stored in the sample's model's ExtinctionCoefficients field:


Rounds specified QuantificationWavelength to the nearest nanometer:


QuantifyConcentration (3)
Indicate that the concentration of the input samples should be calculated:


If QuantifyConcentration is not specified but QuantificationWavelength is specified, resolve option to True:


If QuantifyConcentration is not specified and QuantificationWavelength is also not specified, resolve option to False:

