View source: R/imputation_methods.R
imputeLDKNNi | R Documentation |
This imputation algorithm uses LD to identify good predictors for each SNP, and then uses the high LD SNPs to identify K-Nearest Neighbors. The genotype is called with a weighted mode of the KNNs.
imputeLDKNNi(tasObj, highLDSSites = 30, knnTaxa = 10, maxDistance = 1e+07)
tasObj |
an rTASSEL |
highLDSSites |
Number of sites in high LD to use in imputation.
Acceptable values are between |
knnTaxa |
Number of neighbors to use in imputation. Acceptable values
are between |
maxDistance |
Maximum physical distance between sites to search for LD
(-1 for no distance cutoff - unlinked chromosomes will be tested).
Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.