Hi,
I have few plink pedigree files with me. I want to retrieve data from the file such as Father, mother and siblings etc.
I understand the data is in the Format;
Family ID, Individual ID, Paternal ID, Maternal ID, sex, Phenotype
Is there any script or tool to draw the pedigree chart upon providing the .ped files as input and also for providing information on the .ped files such as:
FAM001 Individual1 0 0 1 2
FAM001 Individual2 0 0 2 1
FAM001 Individual3 Individual1 Individual2 1 2
FAM001 Individual4 Individual1 Individual2 2 1
Parents:
Individual1
Individual2
Offspring:
Individual3
Individual4
Affected:
Individual1
Individual3
I can do this manually for few files but I have more than 100 files and need to classify them like above. Any help would be appreciated.
~Thanks
plink
ped
pedigree