Description Usage Arguments Value Examples
Convert 3 calls to 2 (additive) representation
Convert 3 calls to 2 (dominance) representation
1 2 3 | to.additive(geno)
to.additive(geno)
|
geno |
genotype probabilities (" |
geno |
genotype probabilities (" |
genotype.probs
object with 2 possible calls
genotype.probs
object with 2 possible calls
1 2 3 4 5 6 7 8 9 10 | data(fake.f2, package="qtl")
fake.f2 <- calc.genoprob(fake.f2)
geno <- extract.geno(fake.f2)
geno2 <- to.additive(geno)
data(fake.f2, package="qtl")
fake.f2 <- calc.genoprob(fake.f2)
geno <- extract.geno(fake.f2)
geno2 <- to.dominant(geno)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.