Technical Elements Documentation
    Preparing search index...

    Interface QuantificationReferenceRegistry

    Interface for a registry of quantification references

    interface QuantificationReferenceRegistry {
        dataToReference: Record<string, string>;
        references: Record<string, QuantificationReference>;
        systemToReference: Record<string, string>;
    }
    Index

    Properties

    dataToReference: Record<string, string>

    Map of data analysis IDs to reference IDs for quick lookup

    references: Record<string, QuantificationReference>

    Map of reference IDs to quantification references

    systemToReference: Record<string, string>

    Map of system basic event IDs to reference IDs for quick lookup