get_geno: Gets the geno object

View source: R/get_geno.R

get_genoR Documentation

Gets the geno object

Description

This is an internal function returns the genotype matrix for scanning as defined by the markers and individuals specified in

Usage

get_geno(data_obj, geno_obj)

Arguments

data_obj

a Cape object

geno_obj

a genotype object.

Value

Returns the genotype array matching the markers and individuals specified in data_obj$geno_names

Examples

## Not run: 
geno <- get_geno(data_obj, geno_obj)

## End(Not run)


cape documentation built on May 20, 2022, 1:06 a.m.