-
Notifications
You must be signed in to change notification settings - Fork 23
pedigree file
Brent Pedersen edited this page Aug 22, 2023
·
1 revision
A pedigree, or .ped file indicates relationships among samples. It should be tab-delimited with the following columns in order:
- family_id -- an identifier that groups samples from the same family
- sample_id -- a unique id that matches the column in the VCF
- paternal_id -- either '.' or empty or and id that indicates the sample_id of the father
- maternal_id -- either '.' or empty or and id that indicates the sample_id of the mother
- sex -- 1 or male for male samples; 2 or female for female samples or other/unknown/./-9)
- phenotype -- "affected" , "unaffected" or "1" for unaffected and "2" for affected.
To group kids with the same parents who are not present in the VCF (or the ped), it's possible to simply give them the same (manufactured) parental ids in the appropriate columns.