Class TSequenceRepository

Unit

Declaration

type TSequenceRepository = class(TBackboneElement)

Description

Raw data describing a biological sequence.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TrepositoryType read Gettype_Element write Settype_Element;
Public property url : string read Geturl write Seturl;
Public property urlElement : Turi read GeturlElement write SeturlElement;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property datasetId : string read GetdatasetId write SetdatasetId;
Public property datasetIdElement : Tstring read GetdatasetIdElement write SetdatasetIdElement;
Public property variantsetId : string read GetvariantsetId write SetvariantsetId;
Public property variantsetIdElement : Tstring read GetvariantsetIdElement write SetvariantsetIdElement;
Public property readsetId : string read GetreadsetId write SetreadsetId;
Public property readsetIdElement : Tstring read GetreadsetIdElement write SetreadsetIdElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

Click and see / RESTful API / Need login to see / RESTful API with authentication / Other ways to see resource.

Public property type_Element : TrepositoryType read Gettype_Element write Settype_Element;
 
Public property url : string read Geturl write Seturl;

URI of an external repository which contains further details about the genetics data.

Public property urlElement : Turi read GeturlElement write SeturlElement;
 
Public property name_ : string read Getname_ write Setname_;

URI of an external repository which contains further details about the genetics data.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property datasetId : string read GetdatasetId write SetdatasetId;

Id of the variant in this external repository. The server will understand how to use this id to call for more info about datasets in external repository.

Public property datasetIdElement : Tstring read GetdatasetIdElement write SetdatasetIdElement;
 
Public property variantsetId : string read GetvariantsetId write SetvariantsetId;

Id of the variantset in this external repository. The server will understand how to use this id to call for more info about variantsets in external repository.

Public property variantsetIdElement : Tstring read GetvariantsetIdElement write SetvariantsetIdElement;
 
Public property readsetId : string read GetreadsetId write SetreadsetId;

Id of the read in this external repository.

Public property readsetIdElement : Tstring read GetreadsetIdElement write SetreadsetIdElement;
 

Generated by PasDoc 0.15.0.