You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catch-all for implementing I/O routines to load genotype data from standardized data formats. Namely,
PLINK formatted data
PLINK2 formatted data
VCF (gzip VCF) formatted data
BGEN formatted data
We can leverage existing libraries as dependencies to load in these data when possible, but might require some custom code to avoid materializing entire dense genotype vectors/matrices in memory.
The text was updated successfully, but these errors were encountered:
Catch-all for implementing I/O routines to load genotype data from standardized data formats. Namely,
We can leverage existing libraries as dependencies to load in these data when possible, but might require some custom code to avoid materializing entire dense genotype vectors/matrices in memory.
The text was updated successfully, but these errors were encountered: