Class TMolecularSequenceVariant
Unit
bsFhir_r4b
Declaration
type TMolecularSequenceVariant = class(TBackboneElement)
Description
Raw data describing a biological sequence.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property start : integer read Getstart write Setstart; |
Start position of the variant on the reference sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusive.
|
|
property startElement : Tinteger read GetstartElement write SetstartElement; |
|
|
property end_ : integer read Getend_ write Setend_; |
End position of the variant on the reference 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.
|
|
property end_Element : Tinteger read Getend_Element write Setend_Element; |
|
|
property observedAllele : string read GetobservedAllele write SetobservedAllele; |
An allele is one of a set of coexisting sequence variants of a gene ([SO:0001023](http://www.sequenceontology.org/browser/current_svn/term/SO:0001023)). Nucleotide(s)/amino acids from start position of sequence to stop position of sequence on the positive (+) strand of the observed sequence. When the sequence type is DNA, it should be the sequence on the positive (+) strand. This will lay in the range between variant.start and variant.end.
|
|
property observedAlleleElement : Tstring read GetobservedAlleleElement write SetobservedAlleleElement; |
|
|
property referenceAllele : string read GetreferenceAllele write SetreferenceAllele; |
An allele is one of a set of coexisting sequence variants of a gene ([SO:0001023](http://www.sequenceontology.org/browser/current_svn/term/SO:0001023)). Nucleotide(s)/amino acids from start position of sequence to stop position of sequence on the positive (+) strand of the reference sequence. When the sequence type is DNA, it should be the sequence on the positive (+) strand. This will lay in the range between variant.start and variant.end.
|
|
property referenceAlleleElement : Tstring read GetreferenceAlleleElement write SetreferenceAlleleElement; |
|
|
property cigarElement : Tstring read GetcigarElement write SetcigarElement; |
|
|
property variantPointer : TReference read GetvariantPointer write SetvariantPointer; |
A pointer to an Observation containing variant information.
|
Generated by PasDoc 0.15.0.
|