ecl-logo Documentation

Object[Analysis, Ladder]

A standard curve fit relating oligomer fragment size to positions obtained through peaks analysis.

Organizational Information

    Name

    Name of this Object.
    Format: Single
    Class: String
    Programmatic Pattern: _String
    Pattern Description: A string.

    ID

    ID of this Object.
    Format: Single
    Class: String
    Programmatic Pattern: _String
    Pattern Description: The ID of this object.

    Object

    Object of this Object.
    Format: Single
    Class: Expression
    Programmatic Pattern: Object[Analysis, Ladder, _String]
    Pattern Description: The object reference of this object.

    Type

    Type of this Object.
    Format: Single
    Class: Expression
    Programmatic Pattern: Object[Analysis, Ladder]
    Pattern Description: Object[Analysis, Ladder]

    Notebook

    Notebook this object belongs to.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link
    Pattern Description: An object of that matches ObjectP[Object[LaboratoryNotebook]].

    Author

    The person who ran the analysis.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link
    Relation: Object[User]

General

Analysis & Reports

    StandardFit

    The standard curve fit created from the FragmentPeaks data points.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    ExpectedSize

    A pure function that will return an expected size if given a position.
    Format: Computable
    Programmatic Pattern: Verbatim[Function][_QuantityFunction[_]] | Null
    Expression: SafeEvaluate[{Field[StandardFit], Field[PositionUnit], Field[SizeUnit]}, Computables`Private`expectedSize[Field[StandardFit], Field[PositionUnit], Field[SizeUnit]]]

    ExpectedPosition

    A pure function that will return an expected position if given a size.
    Format: Computable
    Programmatic Pattern: Verbatim[Function][_QuantityFunction[_]] | Null
    Expression: SafeEvaluate[{Field[StandardFit], Field[PositionUnit], Field[SizeUnit]}, Computables`Private`expectedPosition[Field[StandardFit], Field[PositionUnit], Field[SizeUnit]]]

    PeaksAnalysis

    The peaks analysis whose positions are used as the indepenent coordinates in this standard curve fit.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    Ladder

    The ladder object containing the sizes used for fitting.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link
Last modified on Mon 26 Sep 2022 15:43:43