View source: R/create_cov_table_from_data.R
create_cov_table_from_data | R Documentation |
.ped
) tableCreate a single-covariate table from pedigree (.ped
) table.
The individuals' family and within-family ID's are copied.
create_cov_table_from_data(data)
data |
the data source, which can be:
|
a single-covariate tibble, with columns:
FID
the family ID
IID
the within-family ID
C1
the covariate, which is zero by default
The column names match the PLINK names, see https://www.cog-genomics.org/plink/1.9/input#covno
Richèl J.C. Bilderbeek
create_cov_table_from_data(data = create_test_plink_text_data())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.