Description Usage Arguments Value Author(s) References See Also Examples
This function is used to compute putative QTL positions and genotypic probabilities at these positions. The genotypic probabilities for missing marker genotypes are also computed.
1 2 | qb.genoprob(cross, map.function, step = 2,
tolerance = 1e-6, stepwidth = "variable", ...)
|
cross |
An object of class |
map.function |
Indicates what map function to use when converting
genetic distances to recombination fractions. See |
step |
Distance (in cM) between positions at which putative QTL
positions and their genotype probabilities are calculated. However,
specifying |
tolerance |
Minimum separation of markers enforced by
|
stepwidth |
Type of stepwidth for
|
... |
Extra arguments to pass to |
qb.genoprob
first ensures marker separation is at least
tolerance
, and then computes genotype probabilities at
pseudomarkers spaced approximately step
units apart using
calc.genoprob
. See calc.genoprob
for value.
Dr. Nengjun Yi, et al., nyi@ms.ssg.uab.edu
1 2 | ## calculate grids and genotypic probabilites
cross <- qb.genoprob(cross,map.func="haldane",step=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.