read.neurons.vfb | R Documentation |
Read neurons from VFB, optionally using a query
read.neurons.vfb(x, template = "JRC2018Unisex", ...)
x |
VFB ids or a query passed to |
template |
A string describing a valid VFB template brain |
... |
Additional arguments passed to |
A neuronlist
object as returned by
read.neurons
.
oavpm3=read.neurons.vfb("octopaminergic VPM3 neuron")
oavpm3[,c('label','dataset', 'id')]
## Not run:
library(nat)
# colour by dataset of origin
plot3d(oavpm3, col=dataset)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.