fillNA_CS_PP | R Documentation |
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)
dat |
Fine-mapping results data. |
fillNA_CS |
What to fill NA values in Credible Set ("*.CS") columns with. |
fillNA_PP |
What to fill NA values in Posterior Probability ("*.PP") columns with. |
verbose |
Print messages. |
Modified data.table
Other general:
createDT()
,
get_nrows()
,
get_os()
,
is_empty()
dat <- echodata::BST1
dat <- echodata::fillNA_CS_PP(dat = dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.