pcarbo / varbvs

Large-scale Bayesian variable selection for R and MATLAB.
http://pcarbo.github.io/varbvs
GNU General Public License v3.0
42 stars 14 forks source link

Why varbvs doesn't accept datasets with missing genotype? #30

Closed garyzhubc closed 3 years ago

garyzhubc commented 3 years ago

Why can't this software handle missing data? If it is a Bayesian model then this is not supposed to be a problem because data are just parameters. But the current implementation is not accepting X matrices with NA values.

pcarbo commented 3 years ago

What proportion of the matrix entries are NAs? If it is not large, there are methods in R to impute the missing values.