OpenMendel / SnpArrays.jl

Compressed storage for SNP data
https://openmendel.github.io/SnpArrays.jl/latest
Other
44 stars 9 forks source link

move positional arguments in filter to keyword arguments #40

Open Hua-Zhou opened 5 years ago

Hua-Zhou commented 5 years ago

Suggested by @jinjinzhou

The position arguments min_success_rate_per_row and min_success_rate_per_col in filter function can be moved to the keywords, so that users don't have to remember which one goes first: https://github.com/OpenMendel/SnpArrays.jl/blob/ae53107d2f92aaffa3661a02bcb7d362350113cb/src/filter.jl#L19