umap: Retrieve umap list from a musica_result object

Description Usage Arguments Value Examples

Description

The signature matrix contains the probability of mutation motif in each sample. Rows correspond to each motif and columns correspond to each signature.

Usage

1
2
3
4
5
6
7
8
9
umap(result)

## S4 method for signature 'musica_result'
umap(result)

umap(result) <- value

## S4 replacement method for signature '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

1
2
3
4

musicatk documentation built on Nov. 8, 2020, 5:16 p.m.