neuromorpho_field_entries: Return the available meta data entries for neuromorpho neuron...

View source: R/search.R

neuromorpho_field_entriesR Documentation

Return the available meta data entries for neuromorpho neuron fields

Description

Returns a list of values present in the repository for the neuron field requested. These values can be used in the search criteria section of the custom queries.

Usage

neuromorpho_field_entries(
  field = "species",
  neuromorpho_url = "http://neuromorpho.org",
  ...
)

Arguments

field

a valid neuron field, as returned by neuromorpho_fields

neuromorpho_url

the base URL for querying the neuromorpho database, defaults to http://neuromorpho.org

...

methods passed to neuromorpho_async_req, or in some cases, neuromorphr:::neuromorpho_fetch

Details

All the data fields, and their entries, can be seen and explored on neuromorpho.org at http://neuromorpho.org/MetaData.jsp.

See Also

neuromorpho_neurons_info, neuromorpho_read_neurons, neuromorpho_fields


jefferislab/neuromorphr documentation built on April 25, 2023, 9:07 p.m.