Skip to contents

Return (a subset) of the slot cci_table_raw or cci_table_detected from a scDiffCom object

Usage

GetTableCCI(object, type, simplified)

# S4 method for scDiffCom
GetTableCCI(object, type = c("detected", "raw"), simplified = TRUE)

Arguments

object

scDiffCom object

type

Table to extract information from. Can be either "detected" (default) or "raw".

simplified

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

Value

A data.table.