Get genotypes matrix (counts of reference allele) from a GenABEL gwaa-data object

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

Arguments

x

a gwaa.data object (GenABEL internal format)

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>