newFamilyWithOffspring {sim1000G} | R Documentation |
Simulates genotypes for 1 family with n offspring
newFamilyWithOffspring(family_id, noffspring = 2)
family_id |
What will be the family_id (for example: 100) |
noffspring |
Number of offsprings that this family will have |
family structure object
ped_line = newFamilyWithOffspring(10,3)