README.md

Travis build status

drvid

Provides access from R to DVID as used to store electron microscopy image data for large scale connectomics

Installation

You can install the development version of drvid from GitHub

devtools::install_github("natverse/drvid")

Setup

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

Use

library(drvid)
nl=read.neurons.dvid(c(635062078, 859507274))
library(nat)
plot3d(nl)


jefferis/drvid documentation built on April 27, 2021, 2:42 p.m.