Fill NAs in columns with fine-mapping Posterior Probabilities (ending in ".PP") and and columns with Credible Set assignments (ending in ".CS").
fillNA_CS_PP(dat, fillNA_CS = 0, fillNA_PP = 0, verbose = TRUE)
Fine-mapping results data.
What to fill NA values in Credible Set ("*.CS") columns with.
What to fill NA values in Posterior Probability ("*.PP") columns with.
Print messages.
Modified data.table
dat <- echodata::BST1
dat <- echodata::fillNA_CS_PP(dat = dat)
#> + Filling NAs in CS cols with 0.
#> + Filling NAs in PP cols with 0.