mnames.map {eqtl}R Documentation

List all markers from a cross object

Description

Return the list of all markers for all of the chromosomes.

Usage

mnames.map(cross)

Arguments

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

Details

Return the list of all markers of the cross object sort by chromosome appearance and the marker relatives position. This function is used by the cim.peak function.

Value

A vector containing all marker names sort by the marker relatives position and chromosomes appearance.

Author(s)

Hamid A. Khalili

See Also

cim.peak,read.cross

Examples

data(seed10);
mnames.map(seed10);

[Package eqtl version 1.0 Index]