Provides access from R to DVID as used to store electron microscopy image data for large scale connectomics
You can install the development version of drvid from GitHub
devtools::install_github("natverse/drvid")
You can specify a default DVID server by specifying the following two environment variables in your Renviron file.
drvid.server="http://dvid.connectomesrus.com:8900"
drvid.node="a32b"
Make sure you have a blank line at the end of the file
library(drvid)
nl=read.neurons.dvid(c(635062078, 859507274))
library(nat)
plot3d(nl)