No commit activity in last 3 years
No release in over 3 years
immunoscore_results_aggregator
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 1.7, ~> 1.6
= 0.6.4
= 0.12.0
>= 0
 Project Readme

immunoscore_results_aggregator

  • Extracts and aggregates results from the definiens immunoscore plugin to enable validation of region of interest selection and of hotspots
  • Uploads results to a nosql database (mongodb)

Enables exporting of results as:

  • Properly structured data directory containing essential files for review
  • As a CSV statistics summary file containing datasets for further analysis (e.g. R)

Mongodb datastructure

####Example of immunoscore qa/qc entries:

Example of data structure of each entry:

Each entry contains file paths, a binary blob of the relevant snapshot, case number and relevant annotation.

Requirements

 *nix
 ruby >= 1.9.3
 mongodb

Installation

gem install immunoscore_results_aggregator

Setup

Edit config.rb to setup the root of the immunoscore directory tree, choose a mongodb name, and a name for the results export directory

immunoscore_cli.rb show_config
immunoscore_cli.rb edit_config

Run

immunoscore_cli.rb
Follow help intructions