Description Usage Arguments Details Value Examples
the function to generate the fam relationship file of families containing two parents and two children.
1 | fam_relation(fam)
|
fam |
the family file, it is a data.frame here. |
Here, the fam relationship is created by the fam file from fam_genera(). And the relationship would be "couple","parentOffspring" or "fullSib".
the fam_relationship, this is a data.frame output.
1 2 3 4 5 | ## Not run:
fam <- fam_genera(100)
fam_relation(fam)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.