
Last chance! 50% off unlimited learning
Sale ends in
Functions for visualising IBD segments in karyograms. The karyogram1()
and
karyogram2()
functions produces karyograms illustrating the output of
ibdsim()
for one or two specified individuals. The actual plotting is done
by functions karyoHaploid()
and karyoDiploid()
.
karyogram2(sim, ids = NULL, verbose = TRUE, ...)
A plot object returned invisibly.
A genomeSim
object.
A vector of one or two ID labels.
A logical.
Further arguments passed on to karyoHaploid()
.
# \donttest{
x = quadHalfFirstCousins()
s = ibdsim(x, seed = 1729)
# karyogram2(s, ids = leaves(x), title = "QHFC")
# }
Run the code above in your browser using DataLab