Description Usage Arguments Value
Return important meta data given bodyids, including the putative neuron's name, status, size in voxels, and number of pre and post synapses.
1 2 | neuprint_get_meta(bodyids, dataset = NULL, all_segments = TRUE,
conn = NULL, ...)
|
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 |
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 |
... |
methods passed to |
a dataframe, one row for each given body id, columns bodyid, name, status, voxels, pre and post. If data is missing, NA is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.