updateNeurons {scalpel} | R Documentation |
Update the classifications of neurons from SCALPEL.
Description
This function allows the user to update the classifications of neurons, based on manual sorting of
plots saved as a result of running reviewNeurons
.
Usage
updateNeurons(scalpelOutput, neuronSet)
Arguments
scalpelOutput |
An object returned by one of the SCALPEL functions:
|
neuronSet |
The set of neurons that should be reviewed:
use |
Value
None
See Also
reviewNeurons
, reviewNeuronsMoreFrames
, reviewOverlappingNeurons
Examples
## Not run:
### many of the functions in this package are interconnected so the
### easiest way to learn to use the package is by working through the vignette,
### which is available at ajpete.com/software
#assumes you have run the example for the "reviewNeurons" function
updateNeurons(scalpelOutput = scalpelOutput, neuronSet = "Afilter")
## End(Not run)
[Package scalpel version 1.0.3 Index]