IGUHealth
    Preparing search index...
    interface MolecularSequenceQuality {
        _end?: Element;
        _fScore?: Element;
        _gtFP?: Element;
        _precision?: Element;
        _queryFP?: Element;
        _queryTP?: Element;
        _recall?: Element;
        _start?: Element;
        _truthFN?: Element;
        _truthTP?: Element;
        _type?: Element;
        end?: integer;
        extension?: Extension[];
        fScore?: decimal;
        gtFP?: decimal;
        id?: id;
        method?: CodeableConcept;
        modifierExtension?: Extension[];
        precision?: decimal;
        queryFP?: decimal;
        queryTP?: decimal;
        recall?: decimal;
        roc?: MolecularSequenceQualityRoc;
        score?: Quantity;
        standardSequence?: CodeableConcept;
        start?: integer;
        truthFN?: decimal;
        truthTP?: decimal;
        type: code;
    }
    Index

    Properties

    _end?: Element

    End position of the sequence

    _fScore?: Element

    F-score

    _gtFP?: Element

    False positives where the non-REF alleles in the Truth and Query Call Sets match

    _precision?: Element

    Precision of comparison

    _queryFP?: Element

    False positives

    _queryTP?: Element

    True positives from the perspective of the query data

    _recall?: Element

    Recall of comparison

    _start?: Element

    Start position of the sequence

    _truthFN?: Element

    False negatives

    _truthTP?: Element

    True positives from the perspective of the truth data

    _type?: Element

    indel | snp | unknown

    end?: integer

    End position of the sequence

    extension?: Extension[]

    Additional content defined by implementations

    fScore?: decimal

    F-score

    gtFP?: decimal

    False positives where the non-REF alleles in the Truth and Query Call Sets match

    id?: id

    Unique id for inter-element referencing

    Method to get quality

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    precision?: decimal

    Precision of comparison

    queryFP?: decimal

    False positives

    queryTP?: decimal

    True positives from the perspective of the query data

    recall?: decimal

    Recall of comparison

    Receiver Operator Characteristic (ROC) Curve

    score?: Quantity

    Quality score for the comparison

    standardSequence?: CodeableConcept

    Standard sequence for comparison

    start?: integer

    Start position of the sequence

    truthFN?: decimal

    False negatives

    truthTP?: decimal

    True positives from the perspective of the truth data

    type: code

    indel | snp | unknown