Closed biona001 closed 4 months ago
When there are only 1 SNP in the user specified region, cor(X) is NaN. Must throw error here. Along the same lines, probably we should add a check regarding minimum sample size.
cor(X)
NaN
When there are only 1 SNP in the user specified region,
cor(X)
isNaN
. Must throw error here. Along the same lines, probably we should add a check regarding minimum sample size.