powered by
Extract VCF information
extractVcf(filename)
A dataframe list with members of haplotypes, proportions and log likelihood of the MCMC chain.
CHROM SNP chromosomes.
CHROM
POS SNP positions.
POS
refCount reference allele count.
refCount
altCount alternative allele count.
altCount
VCF file name.
extractCoverageFromVcf
extractCoverageFromTxt
vcfFile = system.file("extdata", "PG0390-C.test.vcf.gz", package = "DEploid") vcf = extractVcf(vcfFile)
Run the code above in your browser using DataLab