This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Reading Plink Files In R

Hi all,

I am looking to read in plink files to R (so that I can perform certain regressions not covered by plink's --logistic). Any way/package/literature you recommend? Thanks a lot in advance!

plink r

2 answers

try searching "bioconductor plink" in google, there are a few packages available.

snpStats package has read.plink() function that reads bed/bim/fam files.

Log in to answer this question.