View source: R/create_demo_ped_table_rhs_trait.R
create_demo_ped_table_rhs_trait | R Documentation |
Internal function to create the right-hand side
of a demo pedigree .ped
table
for one trait
create_demo_ped_table_rhs_trait(
trait = create_random_trait(),
n_individuals = 4
)
trait |
one trait with a clear genetic architecture and a known minor allele frequency, as created by create_trait. Use is_one_trait to detect if something is one trait |
n_individuals |
the number of individuals. Use check_n_individuals to check if this is a valid value |
Richèl J.C. Bilderbeek
create_demo_ped_table_rhs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.