navis 1.4.0
  • Install
  • Quickstart
  • Tutorials
  • API
  • Changelog
  • Github
  • Ecosystem
  • Site
    • Page
        • navis.interfaces.insectbrain_db.search_neurons
          • search_neurons()

    navis.interfaces.insectbrain_db.search_neurons¶

    navis.interfaces.insectbrain_db.search_neurons(name=None, short_name=None, species=None, sex=None, arborization=None, partial_match=True)[source]¶

    Search for neurons matching given parameters.

    Parameters:
    • name (str, optional) – Name of the neuron.

    • short_name (str, optional) – Short name of the neuron.

    • species (str | int, optional) – Name or ID of the species. Can be common or scientific name.

    • sex ("FEMALE" | "MALE" | "UNKNOWN", optional) – Sex of the neuron.

    • arborization (str, optional) – Restrict to neurons having arborizations in given neuropil.

    • partial_match (bool) – Whether to allow partial matches (does not apply for species).

    Return type:

    pandas.DataFrame

    Examples

    >>> import navis.interfaces.insectbrain_db as ibdb
    >>> neurons = ibdb.search_neurons(species='Desert Locust')
    

    Back to top

    Source

    © Copyright 2018, Philipp Schlegel.
    Created using Sphinx 5.3.0.