interface MolecularSequenceQualityRoc {
    _fMeasure?: Element[];
    _numFN?: Element[];
    _numFP?: Element[];
    _numTP?: Element[];
    _precision?: Element[];
    _score?: Element[];
    _sensitivity?: Element[];
    extension?: Extension[];
    fMeasure?: decimal[];
    id?: id;
    modifierExtension?: Extension[];
    numFN?: integer[];
    numFP?: integer[];
    numTP?: integer[];
    precision?: decimal[];
    score?: integer[];
    sensitivity?: decimal[];
}

Properties

_fMeasure?: Element[]

FScore of the GQ score

_numFN?: Element[]

Roc score false negative numbers

_numFP?: Element[]

Roc score false positive numbers

_numTP?: Element[]

Roc score true positive numbers

_precision?: Element[]

Precision of the GQ score

_score?: Element[]

Genotype quality score

_sensitivity?: Element[]

Sensitivity of the GQ score

extension?: Extension[]

Additional content defined by implementations

fMeasure?: decimal[]

FScore of the GQ score

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

numFN?: integer[]

Roc score false negative numbers

numFP?: integer[]

Roc score false positive numbers

numTP?: integer[]

Roc score true positive numbers

precision?: decimal[]

Precision of the GQ score

score?: integer[]

Genotype quality score

sensitivity?: decimal[]

Sensitivity of the GQ score