Class TSubstanceNucleicAcidSugar

Unit

Declaration

type TSubstanceNucleicAcidSugar = class(TBackboneElement)

Description

Nucleic acids are defined by three distinct elements: the base, sugar and linkage. Individual substance/moiety IDs will be created for each of these elements. The nucleotide sequence will be always entered in the 5’-3’ direction.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property residueSite : string read GetresidueSite write SetresidueSite;
Public property residueSiteElement : Tstring read GetresidueSiteElement write SetresidueSiteElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

The Substance ID of the sugar or sugar-like component that make up the nucleotide.

Public property name_ : string read Getname_ write Setname_;

The name of the sugar or sugar-like component that make up the nucleotide.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property residueSite : string read GetresidueSite write SetresidueSite;

The residues that contain a given sugar will be captured. The order of given residues will be captured in the 5‘-3‘direction consistent with the base sequences listed above.

Public property residueSiteElement : Tstring read GetresidueSiteElement write SetresidueSiteElement;
 

Generated by PasDoc 0.15.0.