umap | R Documentation |
The signature
matrix contains the probability of
mutation motif in each sample. Rows correspond to each motif and
columns correspond to each signature.
umap(result)
## S4 method for signature 'musica_result'
umap(result)
umap(result) <- value
## S4 replacement method for signature 'musica_result,matrix'
umap(result) <- value
result |
A |
value |
A list of umap dataframes |
A list of umap dataframes
data(res)
umap(res)
data(res)
umap(res) <- matrix()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.