diff options
author | Pjotr Prins | 2021-07-01 03:15:48 -0500 |
---|---|---|
committer | Pjotr Prins | 2021-07-01 03:15:48 -0500 |
commit | cbbd4959455c8c6a70839e5806b0f3a22a7fda05 (patch) | |
tree | 71be5b3fbecd68e71b82f6084187c55587395c2e | |
parent | 0f33329a6ebcc29fe60ef60794ebf6b4dda7f098 (diff) | |
download | pangemma-cbbd4959455c8c6a70839e5806b0f3a22a7fda05.tar.gz |
Documented NA value for BIMBAM format
-rw-r--r-- | doc/manual.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual.tex b/doc/manual.tex index 8c277f7..0a6210b 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -407,7 +407,8 @@ rs2, G, C, 0.98, 0.04, 1.00 GEMMA codes alleles exactly as provided in the mean genotype file, and ignores the allele types in the second and third columns. Therefore, the minor allele is the effect allele only if one codes minor allele -as 1 and major allele as 0. +as 1 and major allele as 0. Missing genotypes are represented as +``NA'' values. One can use the following bash command (in one line) to generate BIMBAM mean genotype file from IMPUTE genotype files |