buildCrosses | R Documentation |
Create a data frame based on given moms, dads, maximum relatedness, and maximum of individuals per relatedness cluster, return all crosses possible.
buildCrosses(moms, dads, keep, criterion, K)
moms |
vector of possible moms to use |
dads |
vector of possible dads to use |
keep |
vector of genotypes to keep |
criterion |
data frame with variable to maximize |
K |
relationship matrix between all genotypes |
A data frame with all possible crosses.
Rodrigo R Amadeu, rramadeu@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.