| Atomic Warehouse Model Data Model |
| Description | A set of genetic variations found within individuals that can be used to classify the individual's phenotypic characteristics. The genotype refers to the entire set of genes in a cell, an organism, or an individual. A gene for a particular character or trait may exist in two allelic forms; one is dominant (for example, A) and the other is recessive (for example, a). Based on this, there could be three possible genotypes for a particular character: AA (homozygous dominant), Aa (heterozygous), and aa (homozygous recessive). |
| Relationship | |
Genotype Detail_Genotype_FK |
|
| Primary Key | |
Genotype Detail PK |
|
| Dependencies | |
|
|
| Reverse Dependencies | |
|
|
| Attribute Details |
Effective From Dt
| Description | Establishes a period where a set of attributes are true according to the business. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Date [DATE] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Effective To Dt
| Description | Ends a period of effectivity. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Date [DATE] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
Genotype Frequency Rt
| Description | The frequency of genotype (a numeric value between 0 and 1) for the specific genotype (for example, SNP/Allele). The Hardy-Weinberg principle can be illustrated mathematically with the equation: p2+2pq+q2 = 1 Where ‘p' and ‘q' represent the frequencies of alleles. It is important to note that p added to q always equals one (100%). |
| Data Type | Standards - Data Domains.ddm/Data Domains/Rate [FLOAT(5)] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
Genotype Nm Code Sk
| Description | The word of phrase used to identify the genotype. For example: Homozygous dominant Homozygous recessive Heterozygous dominant |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
Genotype Sk
| Description | The surrogate key for anchor Genotype. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key Large [LONG] |
| Is Part Of PrimaryKey | true |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Genotype Txt
| Description | The value assigned to the genotype. For example: The value BB or Bb or bb assigned to the genotype BB and bb [Homozygous]; Bb [Heterozygous] |
| Data Type | Standards - Data Domains.ddm/Data Domains/Text Very Small [VARCHAR(20)] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
Individual Population Code Sk
| Description | Indicates whether the genotype belongs to a patient who is a subject or a non-subject or population. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
Load Info Sk
| Description | The surrogate key of the load information entry describing the details regarding the loading of the row. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key Large [LONG] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Source Code Sk
| Description | The origin of the data identifying the actual load source, vendor, manual key entry, or context of the data in a specific row in the database. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Tenant Sk
| Description | The surrogate key of the entry identifying the legal owner of the data. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Surrogate Key [INTEGER] |
| Is Part Of PrimaryKey | false |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Valid From Ts
| Description | Establishes a period where a set of attributes are true in the source system. This would be populated with the transaction timestamp and would be used for the snapshot date. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Timestamp [TIMESTAMP] |
| Is Part Of PrimaryKey | true |
| Is Required | true |
| Is Derived | false |
| Is Surrogate Key | false |
Valid To Ts
| Description | Ends a period of validity. |
| Data Type | Standards - Data Domains.ddm/Data Domains/Timestamp [TIMESTAMP] |
| Is Part Of PrimaryKey | false |
| Is Required | false |
| Is Derived | false |
| Is Surrogate Key | false |
| Relationship Details |
Genotype Detail_Genotype_FK
| Is Identifying Relationship | true |
| Child Table | Genotype Detail |
| Child Multiplicity | ZERO_TO_MANY |
| Child Referential Integrity: On Delete | NONE |
| Child Referential Integrity: On Insert | NONE |
| Child Referential Integrity: On Update | NONE |
| Parent Table | Genotype |
| Parent Multiplicity | ONE |
| Parent Referential Integrity: On Delete | NONE |
| Parent Referential Integrity: On Insert | NONE |
| Parent Referential Integrity: On Update | NONE |
| Primary Key Details |
Genotype Detail PK
| Key Attribute | Genotype Sk |
| Key Attribute | Valid From Ts |
| Atomic Warehouse Model Data Model |