Get genotypes matrix (counts of reference allele) from one of the seqminer read functions that return genotype matrix

get_genotypes_seqminer_matrix(x, ind_names = NULL, marker_names = NULL)

Arguments

x

an object returned by seqminer *Matrix* function

ind_names

names of the individuals to extract

marker_names

names of the markers to extract

Value

genotype matrix ind x marker with counts of the reference allele

Author

Marcin Kierczak <marcin.kierczak@scilifelab.se>