Description Usage Arguments Value See Also Examples
View source: R/SCALPEL_reviewNeurons.R
This function allows the user to read in the manual classifications of neurons, based on the classifying done using
reviewNeurons
or reviewNeuronsInteractive
.
1 | getNeuronStatus(scalpelOutput, neuronSet)
|
scalpelOutput |
An object returned by one of the SCALPEL functions:
|
neuronSet |
The set of neurons that should be reviewed:
use |
A vector of length equal to the number of columns in scalpelOutput$A
if neuronSet="A"
or scalpelOutput$Afilter
if neuronSet="Afilter"
.
The elements give the manual classifications of the neurons. The possible classifications are: "yes"
if
a neuron is to be kept, "no"
if a neuron is to be discarded, "unsure"
if a neuron needs to be reviewed further, and
NA
if a neuron has not yet been classified.
reviewNeurons
, reviewNeuronsInteractive
1 2 3 4 5 6 7 8 9 10 | ## 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 "updateNeurons" function
getNeuronStatus(scalpelOutput = scalpelOutput, neuronSet = "Afilter")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.