View source: R/format_pedigree.R
format_pedigree: Format Pedigree This function formats the pedigree for downstream analysis.
1 | format_pedigree(ped, pedigree.type = "simple")
|
ped |
Pedigree object in "simple" format (Three columns for ANIMAL, MOTHER and FATHER) or in "plink" format (Five to Six columns for FAMILY, ANIMAL, FATHER, MOTHER, SEX and Phenotype, where the phenotype column is optional). The simple argument can recognise the order of parents if they are named sensibly. Run simple.ped.name.rules() for an example. |
pedigree.type |
Defaults to "simple", can also accept "plink" which is equivalent for for first 5 to 6 columns of a PLINK .ped file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.