built_tables {musicatk}R Documentation

Retrieve the names of count_tables from a musica or musica_result object

Description

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

Usage

built_tables(object)

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

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

Arguments

object

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

Value

The names of created count_tables

Examples

data(res)
built_tables(res)

[Package musicatk version 1.2.0 Index]