Class TMolecularSequence
Unit
bsFhir_r4b
Declaration
type TMolecularSequence = class(TDomainResource)
Description
Raw data describing a biological sequence. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
A unique identifier for this particular sequence instance. This is a FHIR-defined id.
|
|
property type_ : string read Gettype_ write Settype_; |
Amino Acid Sequence/ DNA Sequence / RNA Sequence.
|
|
property type_Element : TsequenceType read Gettype_Element write Settype_Element; |
|
|
property coordinateSystem : integer read GetcoordinateSystem write SetcoordinateSystem; |
Whether the sequence is numbered starting at 0 (0-based numbering or coordinates, inclusive start, exclusive end) or starting at 1 (1-based numbering, inclusive start and inclusive end).
|
|
property coordinateSystemElement : Tinteger read GetcoordinateSystemElement write SetcoordinateSystemElement; |
|
|
property patient : TReference read Getpatient write Setpatient; |
The patient whose sequencing results are described by this resource.
|
|
property specimen : TReference read Getspecimen write Setspecimen; |
Specimen used for sequencing.
|
|
property device : TReference read Getdevice write Setdevice; |
The method for sequencing, for example, chip information.
|
|
property performer : TReference read Getperformer write Setperformer; |
The organization or lab that should be responsible for this result.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The number of copies of the sequence of interest. (RNASeq).
|
|
property referenceSeq : TMolecularSequenceReferenceSeq read GetreferenceSeq write SetreferenceSeq; |
A sequence that is used as a reference to describe variants that are present in a sequence analyzed.
|
|
property observedSeq : string read GetobservedSeq write SetobservedSeq; |
Sequence that was observed. It is the result marked by referenceSeq along with variant records on referenceSeq. This shall start from referenceSeq.windowStart and end by referenceSeq.windowEnd.
|
|
property observedSeqElement : Tstring read GetobservedSeqElement write SetobservedSeqElement; |
|
|
property readCoverage : integer read GetreadCoverage write SetreadCoverage; |
Coverage (read depth or depth) is the average number of reads representing a given nucleotide in the reconstructed sequence.
|
|
property readCoverageElement : Tinteger read GetreadCoverageElement write SetreadCoverageElement; |
|
|
property repository : TMolecularSequenceRepositoryArray read GetrepositoryArray; |
Configurations of the external repository. The repository shall store target's observedSeq or records related with target's observedSeq.
|
|
property pointer : TReferenceArray read GetpointerArray; |
Pointer to next atomic sequence which at most contains one variant.
|
Generated by PasDoc 0.15.0.
|