| get.full.tm | R Documentation |
Calculate the full generation-to-generation transition matrix for the formation of RILs.
get.full.tm(r, coinc=1, n.strains=c("2","4"), type=c("selfing","sibmating"),
chrtype=c("A","X"), n.loci=c("2","3"))
r |
Recombination fraction between markers. |
coinc |
The 3-point coincidence (used only when
|
n.strains |
Number of parental strains. |
type |
Method for mating. |
chrtype |
Indicates autosome or X chromosome (when
|
n.loci |
Number of loci. |
The transition matrix as a list whose components are the rows of the matrix. Only the non-zero elements of each row are returned.
Karl W Broman, broman@wisc.edu
Haldane, J. B. S. and Waddington, C. H. (1931) Inbreeding and linkage. Genetics 16, 357–374.
Broman, K. W. (2005) The genomes of recombinant inbred lines. Genetics 169, 1133–1146.
get.full.tm.symbolic,
fulltm, convert.full.tm
fulltm2self2 <- get.full.tm(0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.