get_genotypes_vcfR.Rd
Get genotypes matrix (counts of reference allele) from a vcfR object
get_genotypes_vcfR(x, ind_names = NULL, marker_names = NULL)
x | a vcfR object |
---|---|
ind_names | names of thh individuals to extract |
marker_names | names of the markers to extract |
genotype matrix ind x marker with counts of the reference allele
Marcin Kierczak <marcin.kierczak@scilifelab.se>