Class TMolecularSequenceRelative

Unit

Declaration

type TMolecularSequenceRelative = class(TBackboneElement)

Description

Representation of a molecular sequence.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property coordinateSystem : TCodeableConcept read GetcoordinateSystem write SetcoordinateSystem;
Public property ordinalPosition : integer read GetordinalPosition write SetordinalPosition;
Public property ordinalPositionElement : Tinteger read GetordinalPositionElement write SetordinalPositionElement;
Public property sequenceRange : TRange read GetsequenceRange write SetsequenceRange;
Public property startingSequence : TMolecularSequenceStartingSequence read GetstartingSequence write SetstartingSequence;
Public property edit : TMolecularSequenceEditArray read GeteditArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property coordinateSystem : TCodeableConcept read GetcoordinateSystem write SetcoordinateSystem;

These are different ways of identifying nucleotides or amino acids within a sequence. Different databases and file types may use different systems. For detail definitions, see https://loinc.org/92822-6/ for more detail.

Public property ordinalPosition : integer read GetordinalPosition write SetordinalPosition;

Indicates the order in which the sequence should be considered when putting multiple 'relative' elements together.

Public property ordinalPositionElement : Tinteger read GetordinalPositionElement write SetordinalPositionElement;
 
Public property sequenceRange : TRange read GetsequenceRange write SetsequenceRange;

Indicates the nucleotide range in the composed sequence when multiple 'relative' elements are used together.

Public property startingSequence : TMolecularSequenceStartingSequence read GetstartingSequence write SetstartingSequence;

A sequence that is used as a starting sequence to describe variants that are present in a sequence analyzed.

Public property edit : TMolecularSequenceEditArray read GeteditArray;

Changes in sequence from the starting sequence.


Generated by PasDoc 0.15.0.