neuprint_get_meta: Get meta data associated with a body

Description Usage Arguments Value

View source: R/name.R

Description

Return important meta data given bodyids, including the putative neuron's name, status, size in voxels, and number of pre and post synapses.

Usage

1
2
neuprint_get_meta(bodyids, dataset = NULL, all_segments = TRUE,
  conn = NULL, ...)

Arguments

bodyids

the body IDs for neurons/segments (bodies) you wish to query

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.

all_segments

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

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 dataframe, one row for each given body id, columns bodyid, name, status, voxels, pre and post. If data is missing, NA is returned.


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