blob: e4745822572354aed9713626c23c98b896063da5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Indicating Heterozygosity
## Tags
* status: ongoing
* assigned: fredm, zachs, acenteno
* type: documentation
* priority: medium
* keywords: doc, documentation, heterozygous, hererozygosity
## Description
For GeneNetwork, we indicate the the allele values in one of two formats:
```
|--------------|----------|----------|
| Source | Format 1 | Format 2 |
|--------------|----------|----------|
| Founder | 0 | 0 |
| Heterozygous | 1 | 0.5 |
| Other | 2 | 1 |
|--------------|----------|----------|
```
Values outside of these are considered an error.
These values are stored in the GenoCode table.
|