Description Usage Arguments Value Examples
Set Operation Status of a trackedCells
object.
1 2 3 4 | setProcessingStatus(x, slot, value)
## S4 method for signature 'trackedCells,character,numeric'
setProcessingStatus(x, slot, value)
|
x |
a |
slot |
string pointing to the slot to be updated |
value |
numeric value to be written |
a trackedCells object
1 2 | data("TrackCellsDataset")
setProcessingStatus(TrackCellsDataset, slot="optimized_params", value=0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.