EuracBiomedicalResearch / FamAgg

This is the development version of the FamAgg Bioconductor package.
https://EuracBiomedicalResearch.github.io/FamAgg
MIT License
0 stars 2 forks source link

Transform family ID to character if it's a factor #8

Open jorainer opened 7 years ago

jorainer commented 7 years ago

Ensure family ID, individual ID, father and mother are first transformed to character before importing them.

the-x-at commented 3 years ago

Needs a full code review. Not only the import is affected, but all API calls invoking any of these parameters, especially arguments id= and family=. In general, this is taken care at the API level, a thorough check would be good, though.