read.neuron.neuroml: Read one or more neurons from a NeuroML v1 file

View source: R/neuron-io-neuroml.R

read.neuron.neuromlR Documentation

Read one or more neurons from a NeuroML v1 file

Description

Read one or more neurons from a NeuroML v1 file

Usage

read.neuron.neuroml(f, ..., AlwaysReturnNeuronList = FALSE)

Arguments

f

Path to a NeuroML format XML file

...

Additional arguments passed to read.morphml (and on to xmlParse)

AlwaysReturnNeuronList

See Value section (default FALSE)

Value

When the XML file contains only 1 cell and AlwaysReturnNeuronList=FALSE, a neuron object, otherwise a neuronlist containing one or more neurons.

References

https://docs.neuroml.org/Userdocs/Specification.html

See Also

read.morphml


natverse/nat documentation built on Feb. 19, 2024, 7:19 a.m.