Learn R Programming

mpMap2 (version 1.0.4)

markers: Genotyped markers

Return the names of the genotyped markers.

If an mpcross object contains multiple experiments, all experiments are required to have the same markers. So a single vector of marker names is returned, in all cases.

Description

Genotyped markers

Return the names of the genotyped markers.

If an mpcross object contains multiple experiments, all experiments are required to have the same markers. So a single vector of marker names is returned, in all cases.

Usage

markers(object)

# S4 method for mpcross markers(object)

# S4 method for geneticData markers(object)

# S4 method for rf markers(object)

# S4 method for lg markers(object)

# S4 method for hetData markers(object)

Arguments

object

The mpcross object from which to extract the marker names

Value

The names of the genetic markers.