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.
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.
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)
The mpcross object from which to extract the marker names
The names of the genetic markers.