neuromorpho_search | R Documentation |
Search for neurons in the neuromorpho.org repository. The returned
data frame can be used to get neuron IDs and neuron names, that can be fed to neuromorpho_read_neurons
,
in order to read neurons from neuromorpho.org.
Searches are made by looking at the meta data for neurons in the repositroy, i.e. querying for certain entries in certain neuron fields.
neuromorpho_search(
search_terms = c("archive:Jacobs", "species:elephant", "brain_region:cerebellum"),
neuromorpho_url = "http://neuromorpho.org",
...
)
search_terms |
a vector of search terms, with each term formatted as |
neuromorpho_url |
the base URL for querying the neuromorpho database, defaults to http://neuromorpho.org |
... |
methods passed to |
All the data fields, and their entries, can be seen and explored on neuromorpho.org at http://neuromorpho.org/MetaData.jsp.
a data data frame, where each entry is a neuron matching the query specifications.
neuromorpho_field_entries
,
neuromorpho_read_neurons
,
neuromorpho_fields
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.