Learn R Programming

mpMap2 (version 1.0.4)

imputationMap: Get map used for IBD genotype imputation

Description

Get map used for IBD genotype imputation

Usage

imputationMap(object, ...)

# S4 method for imputed imputationMap(object, ...)

# S4 method for geneticData imputationMap(object, ...)

# S4 method for mpcrossMapped imputationMap(object, ...)

Arguments

object

The object from which to extract the IBD genotype imputation positions.

...

Extra parameters. Currently only "experiment" is supported, letting the user extract the imputation map for a specific experiment.

Value

The map of positions used for IBD genotype imputation.

Details

Get the map of positions used for IBD genotype imputation. This is necessary because the points at which IBD genotype imputation has been performed may include non-marker points. See imputeFounders for further details.