Class TMolecularSequenceStructureVariant

Unit

Declaration

type TMolecularSequenceStructureVariant = class(TBackboneElement)

Description

Raw data describing a biological sequence.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property variantType : TCodeableConcept read GetvariantType write SetvariantType;
Public property exact : boolean read Getexact write Setexact;
Public property exactElement : Tboolean read GetexactElement write SetexactElement;
Public property length : integer read Getlength write Setlength;
Public property lengthElement : Tinteger read GetlengthElement write SetlengthElement;
Public property outer : TMolecularSequenceOuter read Getouter write Setouter;
Public property inner : TMolecularSequenceInner read Getinner write Setinner;

Description

Methods

Public constructor Create; override;
 

Properties

Public property variantType : TCodeableConcept read GetvariantType write SetvariantType;

Information about chromosome structure variation DNA change type.

Public property exact : boolean read Getexact write Setexact;

Used to indicate if the outer and inner start-end values have the same meaning.

Public property exactElement : Tboolean read GetexactElement write SetexactElement;
 
Public property length : integer read Getlength write Setlength;

Length of the variant chromosome.

Public property lengthElement : Tinteger read GetlengthElement write SetlengthElement;
 
Public property outer : TMolecularSequenceOuter read Getouter write Setouter;

Structural variant outer.

Public property inner : TMolecularSequenceInner read Getinner write Setinner;

Structural variant inner.


Generated by PasDoc 0.15.0.