Learn R Programming

eqtl (version 1.1-7)

mnames.map: 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.

Value

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

Details

Returns 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.

See Also

cim.peak,read.cross

Examples

Run this code
data(seed10);
mnames.map(seed10);

Run the code above in your browser using DataLab