QuantGen / BEDMatrix

A matrix-like wrapper around PLINK .bed files
Other
18 stars 2 forks source link

Support individual-major mode #11

Closed agrueneberg closed 7 years ago

agrueneberg commented 9 years ago

For a potential component that reads in a BEDMatrix from a RAW file through a generated BED file it would be much easier to write the BED file in individual-major mode. The overhead of reading BED files in individual-mode might be too large, so it might make more sense to write SNP-major mode, though.

agrueneberg commented 7 years ago

PLINK2 automatically converts BED files in individual-major mode to SNP-major mode. Added a note to run the file through PLINK first.