switch.order | R Documentation |
Switch the order of markers on a specified chromosome to a specified new order.
switch.order(cross, chr, order, error.prob=0.0001,
map.function=c("haldane","kosambi","c-f","morgan"),
maxit=4000, tol=1e-6, sex.sp=TRUE)
cross |
An object of class |
chr |
The chromosome for which the marker order is to be switched. Only one chromosome is allowed. (This should be a character string referring to the chromosomes by name.) |
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
|
error.prob |
Assumed genotyping error rate (passed to
|
map.function |
Map function to be used (passed to
|
maxit |
Maximum number of EM iterations to perform. |
tol |
Tolerance for determining convergence. |
sex.sp |
Indicates whether to estimate sex-specific maps; this is used only for the 4-way cross. |
The input cross
object, but with the marker order on the
specified chromosome updated, and with any derived data removed
(except for recombination fractions, if present, which are not
removed); the genetic map for the relevant chromosome is
re-estimated.
Karl W Broman, broman@wisc.edu
flip.order
, ripple
, clean.cross
data(fake.f2)
fake.f2 <- switch.order(fake.f2, 1, c(1,3,2,4:7))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.