OpenMendel / SnpArrays.jl

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

Properly display missing values for SnpLinAlg when impute=true #88

Closed biona001 closed 3 years ago

biona001 commented 3 years ago

I did not consider missing values when I wrote getindex. Sorry!

Before this PR, xla[i,j] would still be displayed (and treated) as NaN even if xla.impute is true.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.01%) to 87.196% when pulling f30ed4638fc6a319ab2149af88e89b4c9d255610 on develop into 2a7976e9dfc7c5f77121bf7ed2c1d39bc35e3835 on master.

kose-y commented 3 years ago

Thanks!