View source: R/palimpsest_deconvolution.R
deconvolution_compare | R Documentation |
Function to calculate cosine similarity scores between two sets of mutational signatures (e.g. SBS COSMIC signatures vs Palimpsest de novo signatures).
deconvolution_compare(new_signatures, COSMIC_Signatures)
new_signatures |
Data frame of de novo extracted mutational signatures |
COSMIC_Signatures |
Data frame of reference mutational signatures (The reference SBS_cosmic, DBS_cosmic & ID_cosmic matrices are taken from Alexandrov et al. (2018)). |
SBS_cosine_similarities <- deconvolution_compare(SBS_denovo_sigs,SBS_cosmic)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.