set.geno.from.cross: Pull genotype from an object of class cross.

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/utilities.R

Description

Pulling genotypes with a map from cross and putting into population object.

Usage

1
2
set.geno.from.cross(cross,population,map=c("genetic","physical"))
	

Arguments

cross

An object of class cross. See read.cross for details. If not supported, it will be created using data stored in population

population

An object of class population. See create.population for details.

map

In which map ofd an population object shall map pulled from cross be stored:

  • genetic - genetic map - population$offspring$maps$genetic.

  • physical - physical map - population$offspring$maps$physical.

Details

This function pull genotypes with a map from the cross object and puts them into provided population object. This is useful if the same cross is saturated multiple times.

Value

An object of class population. See create.population for details.

Author(s)

Konrad Zych k.zych@rug.nl, Danny Arends Danny.Arends@gmail.com Maintainer: Konrad Zych k.zych@rug.nl

See Also

Examples

1
2
3

pheno2geno documentation built on May 2, 2019, 6:35 a.m.