chrnames: Pull out the chromosome names from a cross

View source: R/util.R

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

Value

A vector of character strings (the chromosome names).

Author(s)

Karl W Broman, broman@wisc.edu

See Also

markernames, phenames

Examples

data(listeria)
chrnames(listeria)

kbroman/qtl documentation built on Jan. 13, 2024, 10:14 p.m.