Learn R Programming

qtl (version 0.92-3)

switch.order: Switch the order of markers on a chromosome

Description

Switch the order of markers on a specified chromosome to a specified new order.

Usage

switch.order(cross, chr, order)

Arguments

cross
An object of class cross. See read.cross for details.
chr
The chromosome for which the marker order is to be switched.
order
A vector of numeric indices defining the new marker order. The vector may have length two more than the number of markers, for easy in use with the output of the function ripple.

Value

  • The input cross object, but with the marker order on the specified chromosome updated, and with any derived data removed; the genetic map for the relevant chromosome is re-estimated.

See Also

ripple, clean

Examples

Run this code
data(fake.f2)
fake.f2 <- switch.order(fake.f2, 1, c(1,3,2,4:7))

Run the code above in your browser using DataLab