Learn R Programming

onemap (version 0.1-1)

example_out: Data from a full-sib family derived from two outbred parents

Description

Simulated data set for an outcross, i.e., an F1 population obtained by crossing two heterozygous parents.

Usage

data(example_out)

Arguments

format

An object of class outcross.

Details

A total of 100 F1 individuals were genotyped for 30 markers. The data currently contains only genotype information (no phenotypes).

See Also

read.outcross for details about objects of class outcross.

Examples

Run this code
data(example_out)

# perform two-point analyses
twopts <- est.rf.2pts(example_out)
twopts

Run the code above in your browser using DataLab