read.neurons.vfb: Read neurons from VFB, optionally using a query

View source: R/nat.R

read.neurons.vfbR Documentation

Read neurons from VFB, optionally using a query

Description

Read neurons from VFB, optionally using a query

Usage

read.neurons.vfb(x, template = "JRC2018Unisex", ...)

Arguments

x

VFB ids or a query passed to get_instances

template

A string describing a valid VFB template brain

...

Additional arguments passed to read.neurons

Value

A neuronlist object as returned by read.neurons.

Examples


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)

jefferis/vfbconnectr documentation built on Sept. 4, 2024, 4:52 p.m.