This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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?

.raw plink r format

1 answer

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)

Thansk Sam. Let me try these.

Log in to answer this question.