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