Learn R Programming

eqtl (version 1.1-7)

pseudo.map: The makers and pseudo-markers genetic map

Description

Lists the markers and pseudo-markers genetic positions for all of the chromosomes.

Usage

pseudo.map( cross )

Arguments

cross
An object of class cross. See 'qtl' package manual for read.cross function details.

Value

A vector containing containing the genetic position of markers and pseudo-marker for all of the chromosomes sort by positions and chromosomes appearance.

Details

This function lists the markers and pseudo-marker genetic positions for all of the chromosomes. This function is used by others functions. It is necessary to have previously perform the calc.genoprob function before using this function.

See Also

calc.genoprob

Examples

Run this code
data(seed10);

pseudo.map(seed10);

Run the code above in your browser using DataLab