get.geno:
Retrieve the genotype matrix.
Description
This function retrieves the genotype matrix either from the data object or the genotype object. If the genotype matrix is held in a separate genotype object, the marker and individual information in the data object is used to filter the genotype matrix to the appropriate markers and individuals.
Usage
get.geno(data.obj, geno.obj)
Arguments
geno.obj
The object in which genotype data are stored. See read.geno
.
Value
Returns a matrix of genotype values for the individuals and markers specified in the data object.