vcf_strata | R Documentation |
Include stratification metadata, e.g. population-level information,
to the FORMAT
field of a VCF file.
vcf_strata(data, strata, filename = NULL)
data |
A VCF file |
strata |
(optional) A tab delimited file at least 2 columns
with header:
|
filename |
(optional) The file name for the modifed VCF,
written to the working directory. Default: |
A VCF file in the working directory with new FORMAT
field(s)
correponding to the strata column(s).
Thierry Gosselin thierrygosselin@icloud.com
Danecek P, Auton A, Abecasis G et al. (2011) The variant call format and VCFtools. Bioinformatics, 27, 2156-2158.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.