GetTableCCI {scDiffCom} | R Documentation |
Return (a subset) of the slot cci_table_raw
or
cci_table_detected
from a scDiffCom object
Description
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 signature 'scDiffCom'
GetTableCCI(object, type = c("detected", "raw"), simplified = TRUE)
Arguments
object |
|
type |
Table to extract information from. Can be either
|
simplified |
If |
Value
A data.table.
[Package scDiffCom version 1.0.0 Index]