read_vcf: Read a VCF file This function read a VCF file and stores it...

View source: R/vcf.R

read_vcfR Documentation

Read a VCF file This function read a VCF file and stores it in a list format

Description

Read a VCF file This function read a VCF file and stores it in a list format

Usage

read_vcf(vcf = NULL, sep = "\t", threads = 1, chromosomes = NULL)

Arguments

vcf

Path to the VCF file

Value

A list with the header, body and column names of the VCF


TearsWillFall/ULPwgs documentation built on April 18, 2024, 3:45 p.m.