compare_cosmic_v2 {musicatk} | 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)) )
result |
A |
threshold |
threshold for similarity |
metric |
One of |
result_name |
title for plot user result signatures |
Returns the comparisons
data(res) compare_cosmic_v2(res, threshold = 0.7)