Class TGenomicStudyInput

Unit

Declaration

type TGenomicStudyInput = class(TBackboneElement)

Description

A GenomicStudy is a set of analyses performed to analyze and generate genomic data.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property file_ : TReference read Getfile_ write Setfile_;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property generatedByIdentifier : TIdentifier read GetgeneratedByIdentifier write SetgeneratedByIdentifier;
Public property generatedByReference : TReference read GetgeneratedByReference write SetgeneratedByReference;

Description

Methods

Public constructor Create; override;
 

Properties

Public property file_ : TReference read Getfile_ write Setfile_;

File containing input data.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Type of input data, e.g., BAM, CRAM, or FASTA.

Public property generatedByIdentifier : TIdentifier read GetgeneratedByIdentifier write SetgeneratedByIdentifier;

The analysis event or other GenomicStudy that generated this input file. (choose any one of generatedBy*, but only one)

Public property generatedByReference : TReference read GetgeneratedByReference write SetgeneratedByReference;

The analysis event or other GenomicStudy that generated this input file. (choose any one of generatedBy*, but only one)


Generated by PasDoc 0.15.0.