View source: R/get_bayesian_result.R
get_bayesian_result | R Documentation |
Sometimes, we may want to use or inspect specified run result from sig_auto_extract. This function is designed for this purpose.
get_bayesian_result(run_info)
run_info |
a |
a list
.
Shixiang Wang
load(system.file("extdata", "toy_copynumber_tally_W.RData",
package = "sigminer", mustWork = TRUE
))
res <- sig_auto_extract(cn_tally_W$nmf_matrix, result_prefix = "Test_copynumber", nrun = 1)
# All run info are stored in res$Raw$summary_run
# Obtain result of run 1
res_run1 <- get_bayesian_result(res$Raw$summary_run[1, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.