genClones | R Documentation |
Find and report genotype clones for qtl objects.
genClones(object, chr, tol = 0.9, id = "Genotype")
object |
An qtl |
chr |
A character string of linkage group names. |
tol |
Pairs of genotypes with a proporion of matching alleles above this tolerance will be returned. |
id |
Character string defining the column of |
This function extends the functionality of comparegeno
in the
qtl package by providing breakdown statistics for the pairs of
genotypes that have a proportion of matching alleles above tol
.
A list is returned with the matrix from comparegeno
as an element
cgm
and the breakdown statistics for returned genotype pairs in
cgd
. Specifically, the statistics contain a "group"
column
which determines the clonal group the pair of genotypes belongs to.
Julian Taylor
Taylor, J., Butler, D. (2017) R Package ASMap: Efficient Genetic Linkage Map Construction and Diagnosis. Journal of Statistical Software, 79(6), 1–29.
comparegeno
and fixClones
data(mapDH, package = "ASMap")
gc <- genClones(mapDH)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.