Class TMolecularSequenceRoc
Unit
bsFhir_r4b
Declaration
type TMolecularSequenceRoc = class(TBackboneElement)
Description
Raw data describing a biological sequence.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property score : TBSFHIRPrimitiveIntegerArray read GetscoreArray; |
Invidual data point representing the GQ (genotype quality) score threshold.
|
|
property numTP : TBSFHIRPrimitiveIntegerArray read GetnumTPArray; |
The number of true positives if the GQ score threshold was set to "score" field value.
|
|
property numFP : TBSFHIRPrimitiveIntegerArray read GetnumFPArray; |
The number of false positives if the GQ score threshold was set to "score" field value.
|
|
property numFN : TBSFHIRPrimitiveIntegerArray read GetnumFNArray; |
The number of false negatives if the GQ score threshold was set to "score" field value.
|
|
property precision : TBSFHIRPrimitiveStringArray read GetprecisionArray; |
Calculated precision if the GQ score threshold was set to "score" field value.
|
|
property sensitivity : TBSFHIRPrimitiveStringArray read GetsensitivityArray; |
Calculated sensitivity if the GQ score threshold was set to "score" field value.
|
|
property fMeasure : TBSFHIRPrimitiveStringArray read GetfMeasureArray; |
Calculated fScore if the GQ score threshold was set to "score" field value.
|
Generated by PasDoc 0.15.0.
|