GenABEL-Project / ProbABEL

Tool for genome-wide association analysis of imputed genetic data.
7 stars 4 forks source link

Fix Issue #21: Remove "interaction_only" option #23

Closed lckarssen closed 8 years ago

lckarssen commented 8 years ago

According to Yurii's reply on a forum topic, this option never worked as intended and should have been removed long time ago:

Never use '--interaction_only' option! This is something form our early experiments with GxE, and it has proven to generate crap results (GC lambda << 1).

This closes Issue #21.

maarten-k commented 8 years ago

Nice. That makes some code much cleaner.

lckarssen commented 8 years ago

Indeed it does! Thanks to @wuttke for reporting the issue and thus bringing it to my attention.