natverse / drvid

Access to DVID API

Home Page:https://jefferis.github.io/drvid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Access to DVID API

https://jefferis.github.io/drvid

License:GNU General Public License v3.0


Languages

Language:R 100.0%