You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: VCFv4.3.tex
+4-4
Original file line number
Diff line number
Diff line change
@@ -325,7 +325,7 @@ \subsubsection{Fixed fields}
325
325
(thus R as a reference base is converted to A in VCF.)
326
326
327
327
328
-
\item ALT - alternate base(s): Comma separated list of alternate non-reference alleles. These alleles do not have to be called in any of the samples. Options are base Strings made up of the bases A,C,G,T,N,*, (case insensitive) or a missing value `.' (no variant) or an angle-bracketed ID String (``$<$ID$>$'') or a breakend replacement string as described in the section on breakends. The `*' allele is reserved to indicate that the allele is missing due to a an overlapping deletion. If there are no alternative alleles, then the missing value must be used. Tools processing VCF files are not required to preserve case in the allele String, except for IDs, which are case sensitive. (String; no whitespace, commas, or angle-brackets are permitted in the ID String itself)
328
+
\item ALT - alternate base(s): Comma separated list of alternate non-reference alleles. These alleles do not have to be called in any of the samples. Options are base Strings made up of the bases A,C,G,T,N,*, (case insensitive) or a missing value `.' (no variant) or an angle-bracketed ID String (``$<$ID$>$'') or a breakend replacement string as described in the section on breakends. The `*' allele is reserved to indicate that the allele is missing due to an overlapping deletion. If there are no alternative alleles, then the missing value must be used. Tools processing VCF files are not required to preserve case in the allele String, except for IDs, which are case sensitive. (String; no whitespace, commas, or angle-brackets are permitted in the ID String itself)
329
329
\item QUAL - quality: Phred-scaled quality score for the assertion made in ALT. i.e. $-10log_{10}$ prob(call in ALT is wrong). If ALT is `.' (no variant) then this is $-10log_{10}$ prob(variant), and if ALT is not `.' this is $-10log_{10}$ prob(no variant). If unknown, the missing value must be specified. (Float)
330
330
\item FILTER - filter status: PASS if this position has passed all filters, i.e. a call is made at this position. Otherwise, if the site has not passed all filters, a semicolon-separated list of codes for filters that fail. e.g. ``q10;s50'' might indicate that at this site the quality is below 10 and the number of samples with data is below 50\% of the total number of samples. `0' is reserved and must not be used as a filter String. If filters have not been applied, then this field must be set to the missing value. (String, no white-space or semi-colons permitted, duplicate values not allowed.)
331
331
\item INFO - additional information: (String, no semi-colons or equals-signs permitted; commas are permitted only as delimiters for lists of
@@ -652,7 +652,7 @@ \subsubsection{Example 3}
652
652
\hline
653
653
Example & Sequence & Alteration \\ \hline
654
654
Ref & a t C g a & C is the reference base \\ \hline
655
-
$1$ & a t \ - \ g a & C base is is deleted w.r.t. the reference sequence \\ \hline
655
+
$1$ & a t \ - \ g a & C base is deleted w.r.t. the reference sequence \\ \hline
656
656
$2$ & a t \ - - \ a & C and G bases are deleted w.r.t. the reference sequence\\ \hline
657
657
$3$ & a t CAg a & A base is inserted w.r.t. the reference sequence \\ \hline
658
658
\end{tabular}
@@ -748,7 +748,7 @@ \subsubsection{Mixed VCF record for a microsatellite}
748
748
Example & Sequence & Alteration \\ \hline
749
749
Ref & \verb|a t c G C G - - a| & G is the (first) reference base \\ \hline
750
750
$1$ & \verb|a t c G - - - - a| & following the G base is a deletion of 2 bases \\ \hline
751
-
$2$ & \verb|a t c G C G C G a| & following the G base is a insertion of 2 bases \\ \hline
751
+
$2$ & \verb|a t c G C G C G a| & following the G base is an insertion of 2 bases \\ \hline
752
752
\end{tabular}
753
753
\vspace{0.3cm}
754
754
@@ -760,7 +760,7 @@ \subsubsection{Mixed VCF record for a microsatellite}
760
760
Example & Sequence & Alteration \\ \hline
761
761
Ref & \verb|a t c G - - C G a| & G is the (first) reference base \\ \hline
762
762
$1$ & \verb|a t c G - - - - a| & following the G base is a deletion of 2 bases \\ \hline
763
-
$2$ & \verb|a t c G C G C G a| & following the G base is a insertion of 2 bases \\ \hline
763
+
$2$ & \verb|a t c G C G C G a| & following the G base is an insertion of 2 bases \\ \hline
0 commit comments