Description Usage Arguments Value
View source: R/sigfit_utility.R
match_signatures compares two independent estimates of signatures to
find the closest matches between them.
| 1 | match_signatures(sigs_a, sigs_b, stat = "cosine")
 | 
| sigs_a | First set of signatures; either a numeric matrix of signatures,
with one row per signature and one column per mutation type, or a list of matrices
generated via  | 
| sigs_b | Second set of signatures, as for  | 
| stat | Similarity metric to use when comparing signatures. Admits values  | 
A numeric vector containing, for each signature in sigs_a, the index
of the closest match in sigs_b.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.