Description Usage Arguments Value Examples
Set Optimized Params of a trackedCells
object.
1 2 3 4 | setOptimizedParams(x, auto_params, results)
## S4 method for signature 'trackedCells'
setOptimizedParams(x, auto_params, results)
|
x |
a |
auto_params |
automatically selected parameters |
results |
optimization analysis results |
a trackedCells object
1 2 3 4 5 | data("TrackCellsDataset")
setOptimizedParams(
TrackCellsDataset,
auto_params = list(lnoise = 6, diameter = 20, threshold = 10),
results = list())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.