GetTableORA {scDiffCom}R Documentation

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 signature 'scDiffCom'
GetTableORA(object, categories = "all", simplified = TRUE)

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.

Value

A list of data.tables.


[Package scDiffCom version 1.0.0 Index]