View source: R/f.check.unique.ids.R
f.check.unique.ids | R Documentation |
This checks whether the individuals have unique IDs. If not, it creates new IDs by adding the family ID to the indiv. ID. Since the function checks for specific column names, this basically means that the input should be as read from a PED file.
f.check.unique.ids(data.cov)
data.cov |
A matrix with "id.fam", "id.c", "id.m", and "id.f" columns. |
List with:
ids - new IDs in the same order as "id.c" column in the input data
pedIndex - matrix with "family", "id.child", "id.mother", and "id.father" columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.