signatures | R Documentation |
The signatures
matrix contains the probability of
mutation motif in each sample. Rows correspond to each motif and
columns correspond to each signature.
signatures(x, ...)
## S4 method for signature 'musica'
signatures(x, result, modality, model_id)
## S4 method for signature 'result_collection'
signatures(x, modality, model_id)
## S4 method for signature 'result_model'
signatures(x)
signatures(x, ...) <- value
## S4 replacement method for signature 'musica,matrix'
signatures(x, result, modality, model_id) <- value
## S4 replacement method for signature 'result_collection,matrix'
signatures(x, modality, model_id) <- value
## S4 replacement method for signature 'result_model,matrix'
signatures(x) <- value
x |
A |
... |
Other inputs |
result |
Name of result from result_list to assign the signatures.
Used when |
modality |
Modality to assign the signatures. Used when
|
model_id |
Model identifier to assign the signatures. Used when
|
value |
A matrix of motifs counts by samples |
A matrix of mutational signatures
data(res)
signatures(res, "result", "SBS96", "res")
data(res)
signatures(res, "result", "SBS96", "res") <- matrix()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.