VCF
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
Dan Tobias (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
+ | :''This page is about the Variant Call Format; see [[vCard]] for the VCF format used for address book entries.''' | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
Line 6: | Line 7: | ||
== Specifications == | == Specifications == | ||
+ | * [https://samtools.github.io/hts-specs/VCFv4.1.pdf Version 4.1 Specification] | ||
* [https://samtools.github.io/hts-specs/VCFv4.2.pdf Version 4.2 Specification] | * [https://samtools.github.io/hts-specs/VCFv4.2.pdf Version 4.2 Specification] | ||
* [https://samtools.github.io/hts-specs/VCFv4.3.pdf Version 4.3 Specification] | * [https://samtools.github.io/hts-specs/VCFv4.3.pdf Version 4.3 Specification] |
Latest revision as of 04:20, 19 January 2022
- This page is about the Variant Call Format; see vCard for the VCF format used for address book entries.'
VCF (Variant Call Format) is a data format used for mapping genomes (sequences of DNA codons in genetic material). It is text based, though its official spec states that it will likely be stored in a compressed manner.
[edit] Specifications
- Version 4.1 Specification
- Version 4.2 Specification
- Version 4.3 Specification
- SAM/BAM and related specifications