Description Usage Arguments Value Examples
View source: R/compare_results.R
Compare a result object to COSMIC V2 SBS Signatures (combination whole-exome and whole-genome)
1 2 3 4 5 6 | compare_cosmic_v2(
result,
threshold = 0.9,
metric = "cosine",
result_name = deparse(substitute(result))
)
|
result |
A |
threshold |
threshold for similarity |
metric |
One of |
result_name |
title for plot user result signatures |
Returns the comparisons
1 2 | data(res)
compare_cosmic_v2(res, threshold = 0.7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.