Description Usage Arguments Value Author(s) See Also Examples
This function accetps the 8 state founder probabilities and searches for SNPs where the founder probabilities are too low for one founder. It removes these SNPs. The QTL mapping model becomes numerically unstable if these SNPs are not removed.
1 | filter.geno.probs(geno)
|
geno |
Numeric 3D array, with samples in dim[1], states = dim[2] and SNPs in dim[3]. |
Numeric 3D array, with samples in dim[1], states = dim[2] and SNPs in dim[3]. The SNPs with low probabilities for a single founder have been removed.
Daniel Gatti
1 2 3 4 | ## Not run:
filter.geno.probs(geno)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.