Learn R Programming

simer (version 1.0.0)

generate.map: Marker information

Description

Generate map data with marker information.

Usage

generate.map(
  species = NULL,
  pop.marker = NULL,
  num.chr = 18,
  len.chr = 1.5e+08
)

Value

a data frame with marker information.

Arguments

species

the species of genetic map, which can be "arabidopsis", "cattle", "chicken", "dog", "horse", "human", "maize", "mice", "pig", and "rice".

pop.marker

the number of markers.

num.chr

the number of chromosomes.

len.chr

the length of chromosomes.

Author

Dong Yin

Details

Build date: Mar 19, 2022 Last update: Apr 28, 2022

Examples

Run this code
pop.map <- generate.map(pop.marker = 1e4)
str(pop.map)

Run the code above in your browser using DataLab