Skip to content

Commit

Permalink
Using less verbose LA instead of LOCAL-A
Browse files Browse the repository at this point in the history
  • Loading branch information
d-cameron committed Apr 20, 2024
1 parent d769847 commit abf2531
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions VCFv4.5.draft.tex
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ \subsubsection{Individual format field format}
The Number field is defined as per the INFO Number field with the following additional possibilities:

\begin{itemize}
\item LOCAL-A: Identical to A except the only alternate alleles defined in the $LA$ field are considered present.
\item LOCAL-R: Identical to R except the only alternate alleles defined in the $LA$ field are considered present.
\item LOCAL-G: Identical to G except the only alternate alleles defined in the $LA$ field are considered present.
\item LA: Identical to A except the only alternate alleles defined in the $LA$ field are considered present.
\item LR: Identical to R except the only alternate alleles defined in the $LA$ field are considered present.
\item LG: Identical to G except the only alternate alleles defined in the $LA$ field are considered present.
\item P: The field has one value for each allele value defined in $GT$/$LGT$.
\end{itemize}

Expand Down Expand Up @@ -497,15 +497,15 @@ \subsubsection{Genotype fields}
GT & 1 & String & Genotype \\
HQ & 2 & Integer & Haplotype quality \\
LA & . & Integer & Strictly increasing indices into REF and ALT, indicating which alleles are relevant (local) for the current sample \\
LAD & LOCAL-R & Integer & Local-allele representation of AD \\
LADF & LOCAL-R & Integer & Local-allele representation of ADF \\
LADR & LOCAL-R & Integer & Local-allele representation of ADR \\
LEC & LOCAL-A & Integer & Local-allele representation of EC \\
LGL & LOCAL-G & Integer & Local-allele representation of GL \\
LGP & LOCAL-G & Integer & Local-allele representation of GP \\
LAD & LR & Integer & Local-allele representation of AD \\
LADF & LR & Integer & Local-allele representation of ADF \\
LADR & LR & Integer & Local-allele representation of ADR \\
LEC & LA & Integer & Local-allele representation of EC \\
LGL & LG & Integer & Local-allele representation of GL \\
LGP & LG & Integer & Local-allele representation of GP \\
LGT & 1 & String & Local-allele representation of GT \\
LPL & LOCAL-G & Integer & Local-allele representation of PL \\
LPP & LOCAL-G & Integer & Local-allele representation of PP \\
LPL & LG & Integer & Local-allele representation of PL \\
LPP & LGV & Integer & Local-allele representation of PP \\
MQ & 1 & Integer & RMS mapping quality \\
PL & G & Integer & Phred-scaled genotype likelihoods rounded to the closest integer \\
PP & G & Integer & Phred-scaled genotype posterior probabilities rounded to the closest integer \\
Expand Down Expand Up @@ -2600,7 +2600,7 @@ \subsection{Changes between VCFv4.5 and VCFv4.4}
\begin{itemize}
\item Added Number=P support for fields with cardinality matching sample ploidy/local copy number.
\item Added local allele support (Number=LOCAL-A, LOCAL-G, LOCAL-R; FORMAT LA, LAD, LADF, LADR, LEC, LGL, LGP, LGT, LPL, LPP) to reduce the size of multi-sample VCFs and enable lossless merging.
\item Added local allele support (Number=LA, LG, LR; FORMAT LA, LAD, LADF, LADR, LEC, LGL, LGP, LGT, LPL, LPP) to reduce the size of multi-sample VCFs and enable lossless merging.
\item Deprecated INFO END. It is now a computed field written only for backwards compatibility with older versions of VCF.
\item Added FORMAT LEN to support sample-specific $<$*$>$ alleles.
\end{itemize}
Expand Down

0 comments on commit abf2531

Please sign in to comment.