This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Opening BGEN files in R

I am looking for an R package to open BGEN files (Binary GEN file format), is there any such thing I could use or should I just convert the BGEN file to GEN file?

r snp

2 answers

This is an old question, but as of 2017 there's an R package for this.

Best, g.

You can use R package bigsnpr for this (disclaimer: I'm the author). See https://privefl.github.io/bigsnpr/reference/snp_readBGEN.html.

Log in to answer this question.