You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a splitPed function that allows to split a large pedigree into smaller families based on whether phenotype data is available in a trait.
This could be done by iteratively calling buildPed starting from a random (phenotyped) individual until no individual is not part of any such generated phenotyped family subsets.
The text was updated successfully, but these errors were encountered:
Implement a
splitPed
function that allows to split a large pedigree into smaller families based on whether phenotype data is available in a trait.This could be done by iteratively calling
buildPed
starting from a random (phenotyped) individual until no individual is not part of any such generatedphenotyped family subsets
.The text was updated successfully, but these errors were encountered: