View source: R/signatures_utils.R
findClosestCOSMIC30 | R Documentation |
Compares a set of signatures to the COSMIC30 signatures and returns the list of signatures identified. For example, c("C1","C3","N1","C13","N2") means that Cosmic (C) signatures 1, 3 and 13 were found, while signatures N1 and N2 are unknown signatures (N for not found), based on a similarity threshold (similarity >=threshold) comparing to COSMIC30
findClosestCOSMIC30(sigs, threshold)
sigs |
matrix with 96-channel substitution signatures as columns |
threshold |
cosine similarity threshold |
the list of signatures identified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.