Learn R Programming

scDiffCom (version 1.0.0)

GetTableORA: Return some or all ORA tables from the slot ora_table from a scDiffCom object

Description

Return some or all ORA tables from the slot ora_table from a scDiffCom object

Usage

GetTableORA(object, categories, simplified)

# S4 method for scDiffCom GetTableORA(object, categories = "all", simplified = TRUE)

Value

A list of data.tables.

Arguments

object

scDiffCom object

categories

Names of the ORA categories to return. If "all" (default), returns all of them.

simplified

If TRUE (default) only the most informative columns of the data.table are returned.