Learn R Programming

mpMap2 (version 1.0.4)

founderNames: Names of founding genetic lines

Return the names of the founding genetic lines

If the mpcross object contains a single experiment a vector of names of genetic lines is returned. If an mpcross object contains multiple experiments a list of vectors of names is returned.

Description

Names of founding genetic lines

Return the names of the founding genetic lines

If the mpcross object contains a single experiment a vector of names of genetic lines is returned. If an mpcross object contains multiple experiments a list of vectors of names is returned.

Usage

founderNames(object)

# S4 method for mpcross founderNames(object)

# S4 method for geneticData founderNames(object)

Arguments

object

The mpcross object from which to extract the names of the founding genetic lines

Value

A vector of names of genetic lines, or a list of such vectors, in the case of multiple experiments.