generate.map {simer}R Documentation

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
)

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.

Details

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

Value

a data frame with marker information.

Author(s)

Dong Yin

Examples

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

[Package simer version 0.9.0.4 Index]