Description Usage Arguments Value See Also
This uses the R/qtl function comparecrosses to check if two
input cross objects are essentially equal, with key elements being
identical, and numeric values being equal (within the given tolerance).
1 | crossesEqual(cross1, cross2, tol = 1e-05)
|
cross1 |
An R/qtl |
cross2 |
An R/qtl |
tol |
Tolerance for comparing numeric values. |
Returns TRUE if the two input cross objects are
essentially equal. Otherwise, this function returns a character vector
describing an observed difference between the two cross objects.
Other cross object functions: getIdColIndex,
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.