extractVcf {DEploid}R Documentation

Extract VCF information

Description

Extract VCF information

Usage

extractVcf(filename)

Arguments

filename

VCF file name.

Value

A dataframe list with members of haplotypes, proportions and log likelihood of the MCMC chain.

See Also

Examples

vcfFile = system.file("extdata", "PG0390-C.test.vcf.gz", package = "DEploid")
vcf = extractVcf(vcfFile)


[Package DEploid version 0.5.4 Index]