updateNeuronsInteractive {scalpel} | R Documentation |
This function allows the user to update the classifications of neurons, which
were reviewed previously using reviewNeuronsInteractive
. Typically, this function
is used after running reviewNeuronsMoreFrames
.
updateNeuronsInteractive(scalpelOutput, neuronSet)
scalpelOutput |
An object returned by one of the SCALPEL functions:
|
neuronSet |
The set of neurons that should be reviewed:
use |
None
reviewNeuronsInteractive
, reviewNeuronsMoreFrames
, reviewOverlappingNeurons
## 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 "reviewNeuronsInteractive" function
updateNeuronsInteractive(scalpelOutput = scalpelOutput, neuronSet = "A")
#you will be prompted for the changes you wish to make
## End(Not run)