phovea / phovea_processing_similarity

Processing queue plugin to compute similarities for categorical data of matrices, tables, and stratifications

Home Page:http://phovea.caleydo.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phovea_processing_similarity

Phovea Build Status

Processing queue plugin to compute similarities for categorical data of matrices, tables, and stratifications.

API will be available at SERVER:PORT/api/similarity/ e.g.:

http://localhost:9000/api/similarity/group/jaccard/?range=(11,12,13)

You receive a UUID which is used to query the results (please note the different namespace) , e.g. with:

http://localhost:9000/api/processing/res/dff39dde-a787-40fb-a98a-8687f27e80c5

Please note the different namespace for result retrieval as this route is defined in the phovea_processing_queue plugin. That also applies for the event stream:

http://localhost:9000/api/processing/stream

Installation

git clone https://github.com/phovea/phovea_processing_similarity.git
cd phovea_processing_similarity
npm install

Testing

npm test

Building

npm run build

This repository is part of Phovea, a platform for developing web-based visualization applications. For tutorials, API docs, and more information about the build and deployment process, see the documentation page.

About

Processing queue plugin to compute similarities for categorical data of matrices, tables, and stratifications

http://phovea.caleydo.org/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 91.5%Language:JavaScript 8.5%