umap {musicatk} | 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()