privefl / bigsnpr

R package for the analysis of massive SNP arrays.
https://privefl.github.io/bigsnpr/
186 stars 44 forks source link

How to save a .bed,.bim.,.fam set from an .rdx like object? #342

Closed watplatt closed 2 years ago

watplatt commented 2 years ago

Having done a sequence of operations (QC and imputation) having loaded an object from an .rdx file - e.g. output of snp_attach() - I'd like to save the .bim, .fam, .bed files for other analyses.

How do I do that?

Thx!!

privefl commented 2 years ago

https://privefl.github.io/bigsnpr/reference/index.html#section-i-o

watplatt commented 2 years ago

Thanks!!