An open API service indexing awesome lists of open source software.

https://github.com/lren-chuv/i2b2-flattening

Generate a flat CSV file from an I2B2 data (containing brain features, demographic data, etc).
https://github.com/lren-chuv/i2b2-flattening

data-factory

Last synced: 3 months ago
JSON representation

Generate a flat CSV file from an I2B2 data (containing brain features, demographic data, etc).

Awesome Lists containing this project

README

        

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/fb780f78362846d4873f44e98ca71095)](https://www.codacy.com/app/mirco-nasuti/i2b2-flattening?utm_source=github.com&utm_medium=referral&utm_content=LREN-CHUV/i2b2-flattening&utm_campaign=Badge_Grade)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/LREN-CHUV/i2b2-flattening/blob/master/LICENSE)
[![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html)

# 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 -v :/output_folder hbpmip/i2b2-flattening
--dataset_prefix
--output_file
--volumes_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.