EraseRawCCI {scDiffCom} | R Documentation |
Create a copy of a scDiffCom object without cci_table_raw
Description
This function will replace cci_table_raw
by an empty list. Useful to
save space for large datasets. However, after this operation,
no filtering can be re-run on the new object, meaning that obtaining
results for different filtering parameters will require the perform the full
analysis from scratch.
Usage
EraseRawCCI(object)
## S4 method for signature 'scDiffCom'
EraseRawCCI(object)
Arguments
object |
|
Value
A scDiffCom object with an empty list for cci_table_raw
.
[Package scDiffCom version 1.0.0 Index]