MolecularSequenceQualityCreateInput
No description
input MolecularSequenceQualityCreateInput {
type: String!
standardSequence: CodeableConceptCreateInput
start: Int
end: Int
score: QuantityCreateInput
method: CodeableConceptCreateInput
truthTP: String
queryTP: String
truthFN: String
queryFP: String
gtFP: String
precision: String
recall: String
fScore: String
roc: MolecularSequenceRocCreateInput
modifierExtension: [FhirExtensionCreateInput!]
extension: [FhirExtensionCreateInput!]
id: String
}
Fields
MolecularSequenceQualityCreateInput.type ● String! non-null scalar
INDEL / SNP / Undefined variant.
MolecularSequenceQualityCreateInput.standardSequence ● CodeableConceptCreateInput input
Gold standard sequence used for comparing against.
MolecularSequenceQualityCreateInput.start ● Int scalar
Start position of the sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusive.
MolecularSequenceQualityCreateInput.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.
MolecularSequenceQualityCreateInput.score ● QuantityCreateInput input
The score of an experimentally derived feature such as a p-value (SO:0001685).
MolecularSequenceQualityCreateInput.method ● CodeableConceptCreateInput input
Which method is used to get sequence quality.
MolecularSequenceQualityCreateInput.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.
MolecularSequenceQualityCreateInput.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.
MolecularSequenceQualityCreateInput.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.
MolecularSequenceQualityCreateInput.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.
MolecularSequenceQualityCreateInput.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).
MolecularSequenceQualityCreateInput.precision ● String scalar
QUERY.TP / (QUERY.TP + QUERY.FP).
MolecularSequenceQualityCreateInput.recall ● String scalar
TRUTH.TP / (TRUTH.TP + TRUTH.FN).
MolecularSequenceQualityCreateInput.fScore ● String scalar
Harmonic mean of Recall and Precision, computed as: 2 * precision * recall / (precision + recall).
MolecularSequenceQualityCreateInput.roc ● MolecularSequenceRocCreateInput input
Receiver Operator Characteristic (ROC) Curve to give sensitivity/specificity tradeoff.
MolecularSequenceQualityCreateInput.modifierExtension ● [FhirExtensionCreateInput!] list input
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).
MolecularSequenceQualityCreateInput.extension ● [FhirExtensionCreateInput!] list input
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.
MolecularSequenceQualityCreateInput.id ● String scalar
null