neuprint_search: Search for body IDs based on a given name

Description Usage Arguments Value

View source: R/name.R

Description

Search for bodyids corresponding to a given name, Reex sensitive

Usage

1
2
neuprint_search(search = "MBON.*", meta = TRUE, all_segments = TRUE,
  dataset = NULL, conn = NULL, ...)

Arguments

search

name to search. Defaults to a search for MBONs

meta

if TRUE, meta data for found bodyids is also pulled

all_segments

if TRUE, all bodies are considered, if FALSE, only 'Neurons', i.e. bodies with a status roughly traced status.

dataset

optional, a dataset you want to query. If NULL, the default specified by your R environ file is used. See neuprint_login for details.

conn

optional, a neuprintr connection object, which also specifies the neuPrint server see ?neuprint_login. If NULL, your defaults set in your R.profile or R.environ are used.

...

methods passed to neuprint_login

Value

a vector of body ids, or a data frame with their meta information


alexanderbates/neuprintr documentation built on May 28, 2019, 6:11 p.m.