Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1016 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 1016 Bytes

Codacy Badge License CHUV

I2B2 to Flat CSV

Introduction

This is a tool to generate a flat CSV file containing brain features read from an I2B2 DB.

Usage

Run: docker run --rm -v <input_folder>:/input_folder -v <output_folder>:/output_folder hbpmip/i2b2-flattening <db_url> --dataset_prefix <dataset_prefix> --output_file <output_file> --volumes_list_file <volumes_list_file> --scores_list_file <scores_list_file>

Note that if you do not use custom volumes/scores files, there is no need to mount an input_folder volume.