sortCross:
Sort the genetic markers in the data.obj.
Description
This function sorts genetic markers based on chromosome and chromosomal position.
Usage
sortCross(data.obj, geno.obj)
Arguments
geno.obj
The object in which the genotype matrix and marker information are stored. See read.geno
.
Value
This function returns the data.obj with the genetic markers sorted by chromosome and position.