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 musica_result
umap(result)

umap(result) <- value

# S4 method for musica_result,matrix
umap(result) <- value

Arguments

result

A musica_result object generated by a mutational discovery or prediction tool.

value

A list of umap dataframes

Value

A list of umap dataframes

Examples

data(res) umap(res)
#> list()
data(res) umap(res) <- matrix()