Learn R Programming

onemap (version 2.1.1)

mapmaker_example_bc: Simulated data from a backcross population

Description

Simulated data set from a backcross population.

Usage

data(mapmaker_example_bc)

Arguments

Format

An object of class onemap.

Details

A total of 150 individuals were genotyped for 67 markers with 15% of missing data. There is one quantitative phenotype to show how to use onemap output as R\qtl input.

See Also

read_onemap and read_mapmaker.

Examples

Run this code
# NOT RUN {
data(mapmaker_example_bc)

# perform two-point analyses
twopts <- rf_2pts(mapmaker_example_bc)
twopts
# }

Run the code above in your browser using DataLab