phenames {qtl} | R Documentation |
Pull out the phenotypes names from a cross
Description
Pull out the phenotype names from a cross object as a vector.
Usage
phenames(cross)
Arguments
cross |
An object of class |
Value
A vector of character strings (the phenotype names).
Author(s)
Karl W Broman, broman@wisc.edu
See Also
Examples
data(listeria)
phenames(listeria)
[Package qtl version 1.66 Index]