View source: R/relateThinning.R
relateThinning | R Documentation |
Return a vector of individuals that maximizes criteria per cluster in the K matrix
relateThinning(K, criterion, threshold = 0.5, max.per.cluster = 2)
K |
relationship matrix |
criterion |
data frame with variable to maximize |
threshold |
K threshold to cluster |
max.per.cluster |
maximum number of entries per cluster to keep |
A vector with genotype names
Rodrigo R Amadeu, rramadeu@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.