Description Usage Arguments Value Examples
View source: R/discovery_prediction.R
Compare a result object to COSMIC V2 SBS Signatures (combination whole-exome and whole-genome)
1 2 3 4 5 | compare_cosmic_v2(
result,
threshold = 0.9,
result_name = deparse(substitute(result))
)
|
result |
Result to compare |
threshold |
threshold for similarity |
result_name |
title for plot user result signatures |
Returns the comparisons
1 2 | res <- readRDS(system.file("testdata", "res.rds", package = "BAGEL"))
compare_cosmic_v2(res, threshold = 0.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.