show,LongTable-method {CoreGx}R Documentation

Ensure that all rowID and colID keys are valid

Description

Ensure that all rowID and colID keys are valid

Usage

## S4 method for signature 'LongTable'
show(object)

Arguments

object

A ['LongTable'] object to print the results for.

rowData

A ['data.table'] containing row level annotations.

colData

A ['data.table'] containing column level annotations for a 'LongTable'.

assays

A ['list'] of 'data.table's, one for each assay in an 'LongTable'.

Value

['invisible'] Prints to console.

Examples

show(merckLongTable)


[Package CoreGx version 1.2.0 Index]