get_vcf_group_info
get_vcf_group_info.Rd
associate samples with group info based on "strata" file
"strata" is a tsv file with 2+ columns, with 2 columns name id and pop
Details
This function creates list of factors of sample-to-group assignments and groups based on a strata and group file
Examples
get_vcf_group_info(vcf = my_vcf, data_path = data_path, strt = "strata", grps = "groups")
#> Error: object 'my_vcf' not found
get_vcf_group_info(my_vcf, data_path, strt = "strata", grps = "groups")
#> Error: object 'my_vcf' not found
get_vcf_group_info(my_vcf, data_path)
#> Error: object 'my_vcf' not found