pull.ind: Pull individual sample IDs from the given object.

Description Usage Arguments Value See Also

View source: R/util.R

Description

Pull individual sample IDs from the given object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
pull.ind(x)

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

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

## S3 method for class 'pheno'
pull.ind(x)

Arguments

x

An R/qtl cross object, or other object with sample ID information.

Value

Vector of individual sample IDs in the given object. Returns NULL if no sample IDs are found.

See Also

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


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