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!
• 12,855 views
•
link
2 answers
try searching "bioconductor plink" in google, there are a few packages available.
• 582 views
•
link
snpStats package has read.plink() function that reads bed/bim/fam files.
• 0 views
•
link
Log in to answer this question.