pull.chr: Pull chromosomes/sequences from the given object.

Description Usage Arguments Value See Also

View source: R/util.R

Description

Pull chromosomes/sequences from the given object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
pull.chr(x)

## S3 method for class 'cross'
pull.chr(x)

## S3 method for class 'data.frame'
pull.chr(x)

## S3 method for class 'geno'
pull.chr(x)

## S3 method for class 'list'
pull.chr(x)

## S3 method for class 'map'
pull.chr(x)

Arguments

x

An R/qtl cross object, or other object with chromosomes/sequences.

Value

Vector of chromosomes/sequences in the given object.

See Also

Other cross object functions: crossesEqual, getIdColIndex, getPhenoColIndices, hasTimeSeriesPhenotypes, inferStrainIndices, inferTetradIndices, inferTimeStep, interpTimeSeries, padTimeSeries, permCross, permIndices, pull.alleles, pull.crosstype, pull.ind, readCrossCSV, readCrossHDF5, writeCrossCSV, writeCrossHDF5


gact/shmootl documentation built on Nov. 11, 2021, 6:23 p.m.