limix / pandas-plink

PLINK reader for Python.
MIT License
79 stars 18 forks source link

Saving dataframe as plink? #14

Closed loftusa closed 4 years ago

loftusa commented 4 years ago

Any plans to include output as well as input functionality?

horta commented 4 years ago

Would that be very useful for many people? I would implement that only if that is the case...

koelling commented 4 years ago

Yes, this would be useful for me too!

horta commented 4 years ago

Will try to implement it tomorrow.

horta commented 4 years ago

Implemented: https://pandas-plink.readthedocs.io/en/latest/api/pandas_plink.write_plink1_bin.html It will be released in a moment (as version 2.2.0).