QposSelect: Select QTL positions

View source: R/QposSelect.R

QposSelectR Documentation

Select QTL positions

Description

The function select QTL positions that will be used for simulation. First the positions are peaked on different chromosome. Then, the next positions are chosen with a minimum distance in between.

Usage

QposSelect(N = 8, map, dist = 30)

Arguments

N

Number of positions. Default = 8

map

Three columns map with marker id, chromosome and position in cM.

dist

Minimum distance between the positions on a same chromosome. Default = 30.

Value

Three columns data.frame with the selected positions

Author(s)

Vincent Garin

Examples


# Later


vincentgarin/mppSim documentation built on Oct. 11, 2024, 3:18 p.m.