Entering edit mode
2.1 years ago
Mahan
▴
70
What is the best way to read PLINK .raw format files into R?
What is the best way to read PLINK .raw format files into R?
You can try data.table.
However, if you wish to work with plink file in R, you might want to use dedicated packages such as bigsnpr
or the one by plink's author: https://github.com/chrchang/plink-ng/tree/master/2.0/pgenlibr (not on CRAN)
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Thansk Sam. Let me try these.