Description Usage Arguments Value Examples
The signature matrix contains the probability of
mutation motif in each sample. Rows correspond to each motif and
columns correspond to each signature.
| 1 2 3 4 5 6 7 8 9 | signatures(result)
## S4 method for signature 'musica_result'
signatures(result)
signatures(result) <- value
## S4 replacement method for signature 'musica_result,matrix'
signatures(result) <- value
 | 
| result | A  | 
| value | A matrix of motifs counts by samples | 
A matrix of mutational signatures
| 1 2 3 4 | data(res)
signatures(res)
data(res)
signatures(res) <- matrix()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.