Description Usage Arguments Details Value Examples
Import qtl / DOQTL cross
1 | extract.geno(cross, check.output = TRUE)
|
cross |
" |
check.output |
check consistency of results |
Extract genotype prob. array from "qtl::cross
" object.
genotype.probs
object is a list of three components
probs
3-dimensional array of genotype probabilities (subjects x calls x markers) or a list of such arrays
calls
possible genotype calls
markers
geno
object
1 2 3 | data(fake.f2, package="qtl")
fake.f2 <- calc.genoprob(fake.f2)
geno <- extract.geno(fake.f2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.