Skip to content

Commit 9f80a72

Browse files
authored
minor corrections (#833)
1 parent f21eff2 commit 9f80a72

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

VCFv4.3.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,8 +1880,8 @@ \subsubsection{Type encoding}
18801880
./. & where both alleles are missing & 0x00 00 \\ \hline
18811881
0 & as a haploid it is represented by a single byte & 0x02 \\ \hline
18821882
1 & as a haploid it is represented by a single byte & 0x04 \\ \hline
1883-
0/1/2 & is tetraploid, with alleles & 0x02 04 06 \\ \hline
1884-
$0/1\mid2$ & is tetraploid with a single phased allele & 0x02 04 07 \\ \hline
1883+
0/1/2 & is triploid, with alleles & 0x02 04 06 \\ \hline
1884+
$0/1\mid2$ & is triploid with a single phased allele & 0x02 04 07 \\ \hline
18851885
0 and 0/1 & pad out the final allele for the haploid individual & 0x02 81 02 04\\ \hline
18861886
\end{tabular}
18871887
\normalsize

VCFv4.4.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,9 +2309,9 @@ \subsubsection{Type encoding}
23092309
./. & where both alleles are missing & 0x00 00 \\ \hline
23102310
0 & as an implicitly phased haploid it is represented by a single byte & 0x03 \\ \hline
23112311
1 & as an implicitly phased haploid it is represented by a single byte & 0x05 \\ \hline
2312-
0/1/2 & is tetraploid, with alleles & 0x02 04 06 \\ \hline
2313-
$0/1\mid2$ & is tetraploid with a single phased allele & 0x02 04 07 \\ \hline
2314-
0 and 0/1 & pad out the final allele for the haploid individual & 0x02 81 02 04\\ \hline
2312+
0/1/2 & is triploid, with alleles & 0x02 04 06 \\ \hline
2313+
$0/1\mid2$ & is triploid with a single phased allele & 0x02 04 07 \\ \hline
2314+
0 and 0/1 & pad out the final allele for the haploid individual & 0x03 81 02 04\\ \hline
23152315
\end{tabular}
23162316
\normalsize
23172317

VCFv4.5.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2477,9 +2477,9 @@ \subsubsection{Type encoding}
24772477
./. & where both alleles are missing & 0x00 00 \\ \hline
24782478
0 & as an implicitly phased haploid it is represented by a single byte & 0x03 \\ \hline
24792479
1 & as an implicitly phased haploid it is represented by a single byte & 0x05 \\ \hline
2480-
0/1/2 & is tetraploid, with alleles & 0x02 04 06 \\ \hline
2481-
$0/1\mid2$ & is tetraploid with a single phased allele & 0x02 04 07 \\ \hline
2482-
0 and 0/1 & pad out the final allele for the haploid individual & 0x02 81 02 04\\ \hline
2480+
0/1/2 & is triploid, with alleles & 0x02 04 06 \\ \hline
2481+
$0/1\mid2$ & is triploid with a single phased allele & 0x02 04 07 \\ \hline
2482+
0 and 0/1 & pad out the final allele for the haploid individual & 0x03 81 02 04\\ \hline
24832483
\end{tabular}
24842484
\normalsize
24852485

0 commit comments

Comments
 (0)