Description Usage Arguments Value Examples
Wrapper function to switch chromosomes for the whole map
1 | switchChrs(map, comp)
|
map |
Map to switch. |
comp |
Other map for comparison. |
map
1 2 3 4 5 6 7 8 9 | data(simTetra)
simTetrageno <- basesToGenotypes(simTetra, 4)
rfMat <- calcRec(simTetrageno, 4)
split <- splitChr(rfMat, nchr = 7)
split <- sortLeafs(rfMat, split)
map <- pullMap(rfMat, split = split)
split <- sortLeafs(rfMat, split, method = "endlink")
map2 <- pullMap(rfMat, split = split)
map <- switchChrs(map, map2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.