Convert an object from mpMap format into mpMap2 format
fromMpMap(mpcross, selfing = "infinite", fixCodingErrors = FALSE)Object to convert
Number of generations of selfing to put in the pedigree, for the converted object. Must be "finite" or "infinite".
Should we attempt to fix coding errors, by replacing invalid values by NA? Defaults to FALSE.
An object of class mpcross or mpcrossMapped, depending on the data contained in the input object.
Convert an object from mpMap format (the predecessor to mpMap2) into mpMap2 format. It is unlikely that this function will ever need to be used.