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

Error in removeSingletons #1

Closed jorainer closed 7 years ago

jorainer commented 7 years ago

Calling removeSingletons on a FAData with singletons results in the error:

Removing singletons...Error in checkPedCol(ped) : 
  id, father, mother are required columns in ped.
jorainer commented 7 years ago

Actually it's not a bug, removeSingletons is only defined for data.frame, if applied to FAData it won't work. This will be fixed in the next commit.