Learn R Programming

qtl (version 1.44-9)

chrnames: 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 cross. See read.cross for details.

Value

A vector of character strings (the chromosome names).

See Also

markernames, phenames

Examples

Run this code
# NOT RUN {
data(listeria)
chrnames(listeria)
# }

Run the code above in your browser using DataLab