Description Usage Arguments Details Value See Also Examples
Estimate somatic signatures from sequence motifs with a selection of statistical methods.
1 | identifySignatures(m, nSigs, decomposition = nmfDecomposition, ...)
|
m |
Motif matrix, as returned by 'motifMatrix' [required]. |
nSigs |
Number of signatures [integer, required]. |
decomposition |
Function to apply for the matrix decomposition. The methods NMF and PCA are already implemented in the functions 'nmfDecomposition' and 'pcaDecomposition', respectively. |
... |
Additional arguments passed to the 'decomposition' function. |
'identifySignatures' estimate a set of 'r' somatic signatures, based on a matrix decomposition method (such as NMF, PCA).
An object of class 'MutationalSignatures'.
The predefined decomposition functions: nmfDecomposition
and pcaDecomposition
mutationContext
, mutationContextMutect
MutationalSignatures
class
1 2 3 | data("sca_mm", package = "SomaticSignatures")
sigs = identifySignatures(sca_mm, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.