powered by
Create data frame with relevant contents of VCF
vcf_to_mixvir(infile, max.vcf.size = 1e+08)
Data frame with cols "CHR" "POS" "REF" "ALT" "DP" "REF_COUNT" "ALT_COUNT"
Path to a vcf file that must contain "DP" and "AD" flags in the FORMAT field.
Max memory usage (in bytes) allowed when reading in vcf file (from vcfR).
vcf_to_mixvir(infile = system.file("extdata", "vcfs", "Sample1_04182021.vcf.gz", package="MixviR"))
Run the code above in your browser using DataLab