ts_vcf | R Documentation |
Save genotypes from the tree sequence as a VCF file
ts_vcf(ts, path, chrom = NULL, individuals = NULL)
ts |
Tree sequence object of the class |
path |
Path to a VCF file |
chrom |
Chromosome name to be written in the CHROM column of the VCF |
individuals |
A character vector of individuals in the tree sequence. If missing, all individuals present in the tree sequence will be saved. |
No return value, called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.