harmslab / epistasis

A Python API for estimating statistical high-order epistasis in genotype-phenotype maps.
http://epistasis.readthedocs.io/
The Unlicense
33 stars 11 forks source link

Couple nonlinear transform model with linear epistasis model #10

Closed Zsailer closed 7 years ago

Zsailer commented 7 years ago

Right now, users have to create an nonlinear model fitting object to fit phenotype's scale, then create a separate high-order linear model object to extract epistatic coefficients. This should be more seamless and simple. Poor API design as it stands. Pushing off until after paper gets out. Noting here to remember later.

Zsailer commented 7 years ago

Solved in PR #13. Closing