Sign inSign up

ethandavisecd/tombolo

By ethandavisecd

Updated 3 months ago

Image
0

165

ethandavisecd/tombolo repository overview

tombolo

Docker image that exposes R statistical methods over JSON-RPC 2.0.

docker pull ethandavisecd/tombolo:latest

The primary interface is the tombolo Python package, which handles the Docker subprocess and protocol transparently. The sections below are for anyone calling the image directly.

Protocol

Send a JSON-RPC 2.0 request on stdin. The result is written to stdout.

{
  "jsonrpc": "2.0",
  "method": "nma",
  "params": {
    "data": [...],
    "greater_is_better": true
  },
  "id": 1
}
echo '<request>' | docker run --rm -i ethandavisecd/tombolo:latest

Methods

See the documentation for parameters and return values.

MethodDescription
nmaFrequentist random-effects network meta-analysis via netmeta
bnmaBayesian random-effects network meta-analysis via gemtc and JAGS

Tag summary

Content type

Image

Digest

sha256:b8c53161e

Size

607.6 MB

Last updated

3 months ago

docker pull ethandavisecd/tombolo