Description Usage Arguments Value See Also
This is based on the R/qtl function comparecrosses,
and checks that two input map objects are essentially equal, having
identical reference sequences, marker names, map unit, and map positions
(within the given numeric tolerance).
1 | mapsEqual(map1, map2, tol = 1e-05)
|
map1 |
An R/qtl |
map2 |
An R/qtl |
tol |
Numeric tolerance for comparing map positions. |
Returns TRUE if the two input map objects are identical
within the given tolerance. Otherwise, this function returns a character
vector listing observed differences between the two map objects.
Other map utility functions: as.data.frame.mapframe,
as.data.frame.map,
as.mapframe, as.map,
extractMarkers,
extractPseudomarkers,
findFlanking, findLoci,
findMarkers, getMapSteps,
getMapUnit, gmapframe,
hasMapCSV, inMapOrder,
inferMapStep, mapframe,
orderMap, readMapCSV,
readMapHDF5, readMapframeCSV,
setMapUnit, writeMapCSV,
writeMapHDF5,
writeMapframeCSV
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.