Learn R Programming

qtl (version 1.70)

phenames: Pull out the phenotypes names from a cross

Description

Pull out the phenotype names from a cross object as a vector.

Usage

phenames(cross)

Value

A vector of character strings (the phenotype names).

Arguments

cross

An object of class cross. See read.cross for details.

Author

Karl W Broman, broman@wisc.edu

See Also

markernames, chrnames

Examples

Run this code
data(listeria)
phenames(listeria)

Run the code above in your browser using DataLab