Skip to main content

MolecularSequenceQuality

Raw data describing a biological sequence.

type MolecularSequenceQuality implements Element {
type: String
standardSequence: CodeableConcept
start: Int
end: Int
score: Quantity
method: CodeableConcept
truthTP: String
queryTP: String
truthFN: String
queryFP: String
gtFP: String
precision: String
recall: String
fScore: String
roc: MolecularSequenceRoc
modifierExtension: [Extension]
extension: [Extension]
id: String
}

Fields

MolecularSequenceQuality.type ● String scalar

INDEL / SNP / Undefined variant.

MolecularSequenceQuality.standardSequence ● CodeableConcept object

Gold standard sequence used for comparing against.

MolecularSequenceQuality.start ● Int scalar

Start position of the sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusive.

MolecularSequenceQuality.end ● Int scalar

End position of the sequence. If the coordinate system is 0-based then end is exclusive and does not include the last position. If the coordinate system is 1-base, then end is inclusive and includes the last position.

MolecularSequenceQuality.score ● Quantity object

The score of an experimentally derived feature such as a p-value (SO:0001685).

MolecularSequenceQuality.method ● CodeableConcept object

Which method is used to get sequence quality.

MolecularSequenceQuality.truthTP ● String scalar

True positives, from the perspective of the truth data, i.e. the number of sites in the Truth Call Set for which there are paths through the Query Call Set that are consistent with all of the alleles at this site, and for which there is an accurate genotype call for the event.

MolecularSequenceQuality.queryTP ● String scalar

True positives, from the perspective of the query data, i.e. the number of sites in the Query Call Set for which there are paths through the Truth Call Set that are consistent with all of the alleles at this site, and for which there is an accurate genotype call for the event.

MolecularSequenceQuality.truthFN ● String scalar

False negatives, i.e. the number of sites in the Truth Call Set for which there is no path through the Query Call Set that is consistent with all of the alleles at this site, or sites for which there is an inaccurate genotype call for the event. Sites with correct variant but incorrect genotype are counted here.

MolecularSequenceQuality.queryFP ● String scalar

False positives, i.e. the number of sites in the Query Call Set for which there is no path through the Truth Call Set that is consistent with this site. Sites with correct variant but incorrect genotype are counted here.

MolecularSequenceQuality.gtFP ● String scalar

The number of false positives where the non-REF alleles in the Truth and Query Call Sets match (i.e. cases where the truth is 1/1 and the query is 0/1 or similar).

MolecularSequenceQuality.precision ● String scalar

QUERY.TP / (QUERY.TP + QUERY.FP).

MolecularSequenceQuality.recall ● String scalar

TRUTH.TP / (TRUTH.TP + TRUTH.FN).

MolecularSequenceQuality.fScore ● String scalar

Harmonic mean of Recall and Precision, computed as: 2 * precision * recall / (precision + recall).

MolecularSequenceQuality.roc ● MolecularSequenceRoc object

Receiver Operator Characteristic (ROC) Curve to give sensitivity/specificity tradeoff.

MolecularSequenceQuality.modifierExtension ● [Extension] list object

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

MolecularSequenceQuality.extension ● [Extension] list object

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

MolecularSequenceQuality.id ● String scalar

Interfaces

Element interface

Base definition for all elements in a resource. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Member Of

MolecularSequence object