Class TMolecularSequenceRoc

Unit

Declaration

type TMolecularSequenceRoc = class(TBackboneElement)

Description

Raw data describing a biological sequence.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property score : TBSFHIRPrimitiveIntegerArray read GetscoreArray;
Public property numTP : TBSFHIRPrimitiveIntegerArray read GetnumTPArray;
Public property numFP : TBSFHIRPrimitiveIntegerArray read GetnumFPArray;
Public property numFN : TBSFHIRPrimitiveIntegerArray read GetnumFNArray;
Public property precision : TBSFHIRPrimitiveStringArray read GetprecisionArray;
Public property sensitivity : TBSFHIRPrimitiveStringArray read GetsensitivityArray;
Public property fMeasure : TBSFHIRPrimitiveStringArray read GetfMeasureArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property score : TBSFHIRPrimitiveIntegerArray read GetscoreArray;

Invidual data point representing the GQ (genotype quality) score threshold.

Public property numTP : TBSFHIRPrimitiveIntegerArray read GetnumTPArray;

The number of true positives if the GQ score threshold was set to "score" field value.

Public property numFP : TBSFHIRPrimitiveIntegerArray read GetnumFPArray;

The number of false positives if the GQ score threshold was set to "score" field value.

Public property numFN : TBSFHIRPrimitiveIntegerArray read GetnumFNArray;

The number of false negatives if the GQ score threshold was set to "score" field value.

Public property precision : TBSFHIRPrimitiveStringArray read GetprecisionArray;

Calculated precision if the GQ score threshold was set to "score" field value.

Public property sensitivity : TBSFHIRPrimitiveStringArray read GetsensitivityArray;

Calculated sensitivity if the GQ score threshold was set to "score" field value.

Public property fMeasure : TBSFHIRPrimitiveStringArray read GetfMeasureArray;

Calculated fScore if the GQ score threshold was set to "score" field value.


Generated by PasDoc 0.15.0.