Fill NAs in columns with fine-mapping Posterior Probabilities (ending in ".PP") and and columns with Credible Set assignments (ending in ".CS").
Value
Modified data.table
See also
Other general:
createDT(),
get_nrows(),
get_os(),
is_empty()
Examples
dat <- echodata::BST1
dat <- echodata::fillNA_CS_PP(dat = dat)
#> + Filling NAs in CS cols with 0.
#> + Filling NAs in PP cols with 0.