magnusdv / quickped

An online pedigree tool for research applications. Build pedigrees interactively and store as images or text files in ped format. QuickPed also computes a variety of relatedness coefficients and offers verbal descriptions of pairwise relationships.
https://magnusdv.shinyapps.io/quickped
GNU General Public License v3.0
23 stars 3 forks source link

Carrier status is not saved in .ped file #12

Closed cgimene1 closed 1 year ago

cgimene1 commented 1 year ago

I think it would be necessary to save the carrier status in the .ped file

magnusdv commented 1 year ago

Hi,

As you say, some annotations (including carrier status) are not stored in the .ped file.

This is already documented in the user manual, and is not likely to change any time soon, I'm afraid.

However, if you are willing to work in R, you might want to check out the segregatr package, which has nice plots of clinical pedigrees: https://github.com/magnusdv/segregatr.