Closed JustinCope closed 1 year ago
Hey!
Thanks for identifying this bug, I've made a fix and pushed it to the dev version of MSS (>=1.9.8). You can get it from bioconductor devel in the next few days our by installing the master branch now. Please reopen if this does not resolve the issue.
Cheers, Alan.
1. Bug description
When data contains NA values for chromosome and position, these are successfully imputed. However, when
imputation_ind
isTRUE
, munging fails with error.Console output
Success:
Failure:
Expected behaviour
Both tests should succeed, and the output for the second should include additional columns indicating that CHR and BP were imputed for the row with NAs.
2. Reproducible example
Code
Data
See dummy data above.
3. Session info