View source: R/compare_results.R
compare_cosmic_v2 | R Documentation |
Compare a result object to COSMIC V2 SBS Signatures (combination whole-exome and whole-genome)
compare_cosmic_v2(
result,
threshold = 0.9,
metric = "cosine",
result_name = deparse(substitute(result)),
decimals = 2,
same_scale = FALSE
)
result |
A |
threshold |
threshold for similarity |
metric |
One of |
result_name |
title for plot user result signatures |
decimals |
Specifies rounding for similarity metric displayed. Default
|
same_scale |
If |
Returns the comparisons
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.