Learn R Programming

cape (version 2.0.2)

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

data.obj
The object in which all results are stored. See read.population.
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.