Learn R Programming

onemap (version 2.1.1)

mapmaker_example_f2: Simulated data from a F2 population

Description

Simulated data set from a F2 population.

Usage

data(mapmaker_example_f2)

Arguments

Format

An object of class onemap.

Details

A total of 200 individuals were genotyped for 66 markers (36 co-dominant, i.e. AA, AB or BB and 30 dominant i.e. Not AA or AA and Not BB or BB) with 15% of missing data. There is one quantitative phenotype to show how to use onemap output as R\qtl and QTL Cartographer input. Also, it is used for the analysis in the tutorial that comes with OneMap.

See Also

read_onemap and read_mapmaker.

Examples

Run this code
# NOT RUN {
data(mapmaker_example_f2)

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

Run the code above in your browser using DataLab