generateGridPositions: Specify an equally spaced grid of genetic positions

Description Usage Arguments Details Value Examples

View source: R/generateGridPositions.R

Description

Specify an equally spaced grid of genetic positions

Usage

1

Arguments

spacing

The spacing of the genetic positions, in cM.

Details

Some functions, such as imputeFounders and computeGenotypeProbabilities, take in a set of genetic positions as one of the inputs. This function is an easy way to specify an equally spaced grid of positions.

Note that the return value is itself a function, which is applied internally by imputeFounders or computeGenotypeProbabilities to an object of class mpcrossMapped.

Value

A function which can be applied to an object of class mpcrossMapped by imputeFounders or computeGenotypeProbabilities.

Examples

1
2
3
4
5
6
data(simulatedFourParentData)
#Create object that includes the correct map
mapped <- new("mpcrossMapped", simulatedFourParentData, map = simulatedFourParentMap)
#Estimate IBD genotypes at all the markers, and marker midpoints
imputed <- imputeFounders(mapped, errorProb = 0.02, 
	extraPositions = generateGridPositions(1))

mpMap2 documentation built on Sept. 13, 2020, 5:17 p.m.