Class TSequenceReferenceSeq
Unit
bsFhir_stu3
Declaration
type TSequenceReferenceSeq = class(TBackboneElement)
Description
Raw data describing a biological sequence.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property genomeBuild : string read GetgenomeBuild write SetgenomeBuild; |
The Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37'. Version number must be included if a versioned release of a primary build was used.
|
|
property genomeBuildElement : Tstring read GetgenomeBuildElement write SetgenomeBuildElement; |
|
|
property referenceSeqId : TCodeableConcept read GetreferenceSeqId write SetreferenceSeqId; |
Reference identifier of reference sequence submitted to NCBI. It must match the type in the Sequence.type field. For example, the prefix, “NG_” identifies reference sequence for genes, “NM_” for messenger RNA transcripts, and “NP_” for amino acid sequences.
|
|
property referenceSeqPointer : TReference read GetreferenceSeqPointer write SetreferenceSeqPointer; |
A Pointer to another Sequence entity as reference sequence.
|
|
property referenceSeqString : string read GetreferenceSeqString write SetreferenceSeqString; |
A string like "ACGT".
|
|
property referenceSeqStringElement : Tstring read GetreferenceSeqStringElement write SetreferenceSeqStringElement; |
|
|
property strand : integer read Getstrand write Setstrand; |
Directionality of DNA sequence. Available values are "1" for the plus strand (5' to 3')/Watson/Sense/positive and "-1" for the minus strand(3' to 5')/Crick/Antisense/negative.
|
|
property strandElement : Tinteger read GetstrandElement write SetstrandElement; |
|
|
property windowStart : integer read GetwindowStart write SetwindowStart; |
Start position of the window on the reference sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusive.
|
|
property windowStartElement : Tinteger read GetwindowStartElement write SetwindowStartElement; |
|
|
property windowEnd : integer read GetwindowEnd write SetwindowEnd; |
End position of the window on the reference sequence. If the coordinate system is 0-based then end is 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 windowEndElement : Tinteger read GetwindowEndElement write SetwindowEndElement; |
|
Generated by PasDoc 0.15.0.
|