neuprint_get_fields | R Documentation |
Get available metadata fields for Neuron nodes
neuprint_get_fields(
possibleFields = c("bodyId", "pre", "post", "upstream", "downstream", "status",
"statusLabel", "cropped", "instance", "name", "size", "type", "cellBodyFiber",
"somaLocation", "somaRadius", "notes"),
negateFields = FALSE,
dataset = NULL,
conn = NULL,
...
)
possibleFields |
: field names to choose from |
negateFields |
: Whether to include (FALSE, the default) or exclude |
dataset |
optional, a dataset you want to query. If |
conn |
optional, a neuprintr connection object, which also specifies the
neuPrint server. If NULL, the defaults set in your
|
... |
additional arguments passed to |
a vector of available fields
neuprint_get_fields()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.