Learn R Programming

mpMap2 (version 1.0.4)

mpcrossMapped: Create object of class mpcrossMapped

Description

Create object of class mpcrossMapped

Usage

mpcrossMapped(cross, map, rf = NULL)

Arguments

cross

An object of class mpcross

map

A genetic map, formatted as in the qtl package.

rf

Optional recombination fraction data. Leave as NULL if there is no such data.

Value

An object of class mpcrossMapped, constructed from the arguments.

Details

This function constructs an object of class mpcrossMapped representing a multi-parent population with a map. It takes in an object of class mpcross, a genetic map, and optional recombination fraction data.