A series of R interfaces to Medusa
A series of R interfaces to Medusa. It provides a interface to acquire date from Medusa in the usable form for R.
See r package -- chelyabinsk that refers to this package. See shiny project -- VisualAnalysis that refers to this package.
To install this package issue following command.
R> install.packages('devtools')
R> devtools::install_github('misasa/MedusaRClient')
R> library(MedusaRClient)
R> system.time(medusaRClient.read.pmlame("20081202172326.hkitagawa"))
R> objs <- Resource$new("specimens") # specimens, boxes, or places
R> objs$find_all()