tables: Retrieve the list of count_tables from a musica or...

Description Usage Arguments Value Examples

Description

The count_tables contains standard and/or custom count tables created from variants

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
tables(object)

## S4 method for signature 'musica'
tables(object)

## S4 method for signature 'musica_result'
tables(object)

tables(musica) <- value

## S4 replacement method for signature 'musica,list'
tables(musica) <- value

Arguments

object

A musica object generated by the create_musica function or a musica_result object generated by a mutational discovery or prediction tool.

musica

A musica object generated by the create_musica function or a musica_result object generated by a mutational discovery or prediction tool.

value

A list of count_table objects representing counts of motifs in samples

Value

A list of count_tables

Examples

1
2
3
4

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