ecl-logo

Validating Analysis

Collection of functions to check the validity of running analysis functions on given input and options.

Chromatography

    ValidAnalyzePeaksQ -- Checks the validity on calling AnalyzePeaks function on given input.
    ValidAnalyzeFractionsQ -- Checks the validity on calling AnalyzeFractions function on given input.
    ValidAnalyzeLadderQ -- Performs validation on fitting a standard curve function to molecular size (e.g., oligomer length) or fitting the peaks analysis results linked to the given data object.
    ValidAnalyzeCompositionQ -- Checks the validity on calling AnalyzeComposition on a given input.

Spectroscopy

PCR

Bioassays

Microscopy

    ValidAnalyzeMicroscopeOverlayQ -- Checks if the input microscope data is valid.
    ValidAnalyzeCellCountQ -- Checks the validity of calling AnalyzeCellCount function the given microscopic data or image file to analyze the number of cells, their area and morphology.

Quantification

Thermodynamics

    ValidAnalyzeMeltingPointQ -- Checks the validity on calling AnalyzeMeltingPoint function on the given input, by returning an EmeraldTestSummary containing test results, or a single Boolean.
    ValidAnalyzeParallelLineQ -- Checks the validity on calling AnalyzeParallelLine function on the given input, by returning an EmeraldTestSummary containing test results, or a single Boolean.
    ValidAnalyzeThermodynamicsQ -- Checks if the input thermodynamics data is valid.

Kinetics

    ValidAnalyzeKineticsQ -- Checks if the given fluorescence kinetics data objects and reaction mechanisms are valid inputs for downstream analysis.
    ValidAnalyzeBindingKineticsQ -- Checks if the AnalyzeBindingKinetics function call on given input is valid.

Property Measurement

Analytical And Physical Chemistry

Numeric Analysis

    ValidAnalyzeSmoothingQ -- Performs validation on applying different types of smoothing functions in order to reduce the noise and make clear the broader trends in the xy coordinate data.
    ValidAnalyzeClustersQ -- Performs validation on partitioning the data points in the Data field into distinct similarity groups.
    ValidAnalyzeFitQ -- Performs validation on the results of source data and experimental protocol information to check whether they can user regression analysis to fit.
    ValidAnalyzeStandardCurveQ -- Performs validation on performing a standard curve analysis on input data and standard data.

Image Analysis

    ValidGraphicsP -- Is a pattern that represents valid graphics or valid graphic options.
    ValidAnalyzeBubbleRadiusQ -- Performs validation on computing the distribution of bubble radii at each frame of the RawVideoFile in either a DynamicFoamAnalysis data object or a DynamicFoamAnalysis protocol.

Related Guides