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
PLINK 1.9 .bed files -- pgenlib supports them transparently
.bim files: pending testing
.fam files: needs prototyping and testing
Possible work: path handling e.g. genoray currently expects a .pgen suffix and then checks for PLINK 2 files. However, all PLINK 1.9 files are valid for PLINK 2.0 and handled transparently, so it is convenient to recapitulate this in genoray.
.bedfiles -- pgenlib supports them transparently.bimfiles: pending testing.famfiles: needs prototyping and testingPossible work: path handling e.g.
genoraycurrently expects a .pgen suffix and then checks for PLINK 2 files. However, all PLINK 1.9 files are valid for PLINK 2.0 and handled transparently, so it is convenient to recapitulate this ingenoray.