Description Usage Arguments Value See Also
Get the indices of the phenotype columns in the given object. In a
data.frame, phenotype columns are those columns that do not have
reserved phenotype headings (e.g. 'ID'). In a cross object,
these are the corresponding columns of the phenotype data.frame.
1 2 3 4 5 6 7 | getPhenoColIndices(x, pheno.col = NULL)
## S3 method for class 'cross'
getPhenoColIndices(x, pheno.col = NULL)
## S3 method for class 'data.frame'
getPhenoColIndices(x, pheno.col = NULL)
|
x |
A |
pheno.col |
Vector indicating the phenotype indices to return. This can
be an integer vector of phenotype column indices with respect to the columns
of the |
Phenotype column indices.
Other cross object functions: crossesEqual,
getIdColIndex,
hasTimeSeriesPhenotypes,
inferStrainIndices,
inferTetradIndices,
inferTimeStep,
interpTimeSeries,
padTimeSeries, permCross,
permIndices, pull.alleles,
pull.chr, pull.crosstype,
pull.ind, readCrossCSV,
readCrossHDF5, writeCrossCSV,
writeCrossHDF5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.