read_vcf | R Documentation |
Read a VCF file This function read a VCF file and stores it in a list format
read_vcf(vcf = NULL, sep = "\t", threads = 1, chromosomes = NULL)
vcf |
Path to the VCF file |
A list with the header, body and column names of the VCF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.