stephenslab / flashr

R package for Empirical Bayes Factor Analysis.
https://stephenslab.github.io/flashr
BSD 3-Clause "New" or "Revised" License
49 stars 11 forks source link

think about parameter order in main functions #79

Open willwerscheid opened 6 years ago

willwerscheid commented 6 years ago

I'm not entirely satisfied with the order of backfit being (data, fl, kset, ...) but greedy being (data, Kmax, fl, ...) -- makes it really difficult to remember where to put what. Maybe move Kmax to third place?