neuprint_fetch_custom: Use a cypher to make a custom query to the neuPrint server...

Description Usage Arguments See Also

View source: R/cypher.R

Description

Get summary information about the datasets hosted by the neuPrint server in which you are interested

Usage

1
2
  neuprint_fetch_custom(cypher = "MATCH (n:Meta) RETURN n.dataset, n.meshHost",
  conn = NULL, ...)

Arguments

cypher

the cypher by which to make your search, the default returns the available datasets and the servers that host their associated mesh data

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

See Also

neuprint_login, neuprint_available


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