vcf_add_indivs
vcf_add_indivs.Rd
add individuals to vcf
Details
This function adds individuals from one vcfR object to another vcfR object, returning new vcfR object
Examples
vcf_add_indivs(vcf = my_vcf, vcf1 = other_vcf, indiv = indivs_to_add, whitelist = TRUE)
#> Error: object 'other_vcf' not found
vcf_add_indivs(vcf = my_vcf, vcf1 = other_vcf, indiv = indivs_to_not_add, whitelist = FALSE)
#> Error: object 'other_vcf' not found
vcf_add_indivs(my_vcf, other_vcf, indivs_to_add)
#> Error: object 'other_vcf' not found