# Example VCF file
example_vcf <- system.file("iris_DArT_VCF.vcf.gz", package = "BIGr")
parents_candidates <- paste0("Sample_",1:10)
progeny_candidates <- paste0("Sample_",11:20)
#Check homozygous loci in trios
check_tab <- check_homozygous_trios(path.vcf = example_vcf,
ploidy = 2,
parents_candidates = parents_candidates,
progeny_candidates = progeny_candidates)
Run the code above in your browser using DataLab