extractVcf: Extract VCF information

Description Usage Arguments Value See Also Examples

View source: R/RcppExports.R

Description

Extract VCF information

Usage

1
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

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

DEploid documentation built on April 22, 2020, 1:04 a.m.