as.neuronlist: Make a list of neurons that can be used for coordinate...

View source: R/neuronlist.R

as.neuronlistR Documentation

Make a list of neurons that can be used for coordinate plotting/analysis

Description

Make a list of neurons that can be used for coordinate plotting/analysis

Usage

as.neuronlist(l, ...)

## Default S3 method:
as.neuronlist(l, df = NULL, AddClassToNeurons = TRUE, ...)

Arguments

l

An existing list or a single neuron to start a list

...

Additional arguments passed to methods

df

the data.frame to attach with additional metadata.

AddClassToNeurons

Whether to ensure neurons have class neuron (see details).

Details

Note that as.neuronlist can cope with both neurons and dotprops objects but AddClassToNeurons will only apply to things that look like neurons but don't have a class of neuron.

See neuronlist details for more information.

Value

neuronlist with attr('df')

See Also

is.neuronlist,is.neuron,is.dotprops


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