buildA | R Documentation |
Builds the pedigree-based additive genetic relationship matrix.
buildA(ped)
ped |
: |
Relationship matrix
A
ped = data.frame(ID=1:6, SIRE=c(0,0,1,3,1,4), DAM=c(0,0,2,2,2,5)) buildA(ped)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.