Description Usage Arguments Details Value Examples
the function to generate the fam file of families containing two parents and two children.
1 | fam_genera(n)
|
n |
the number of families, this is an integer. |
This function is to generate the .fam file for PLINK use only after adding the information of genotypes and phenotypes. And here it sets the structures of the families already. For each family, there are two parents, and two siblings.
the fam file, it is a data.frame output.
1 2 3 4 | ## Not run:
fam_genera(100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.