Description Usage Arguments Value See Also
Get the index of the sample ID column in the given object. For example,
in a cross object, this is the column of the phenotype
data.frame with the heading 'ID' (case-insensitive). It can
also be used to get the ID column index directly from a data.frame,
in which case the ID column is that which has heading 'ID'
(also case-insensitive).
1 2 3 4 5 6 7 | getIdColIndex(x)
## S3 method for class 'cross'
getIdColIndex(x)
## S3 method for class 'data.frame'
getIdColIndex(x)
|
x |
An object that may contain a sample ID column. |
Sample ID column index.
Other cross object functions: crossesEqual,
getPhenoColIndices,
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.