convert2riself | R Documentation |
Convert a cross to type "riself"
(RIL by selfing).
convert2riself(cross)
cross |
An object of class |
If there are more genotypes with code 3 (BB) than code 2 (AB), we omit the genotypes with code==2 and call those with code==3 the BB genotypes.
If, instead, there are more genotypes with code 2 than code 3, we omit the genotypes with code==3 and call those with code==2 the BB genotypes.
Any chromosomes with class "X"
(X chromosome) are changed to
class "A"
(autosomal).
The input cross object, with genotype codes possibly changed and cross
type changed to "riself"
.
Karl W Broman, broman@wisc.edu
convert2risib
data(hyper)
hyper.as.riself <- convert2riself(hyper)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.