Metadata-Version: 2.1
Name: NiChartHarmonize
Version: 2.2.0
Summary: Harmonization tools for multi-center neuroimaging studies.
Home-page: https://github.com/rpomponiohttps://github.com/gurayerus/NiChartHarmonize
Author: Guray Erus
Author-email: guray.erus@pennmedicine.upenn.edu
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: nibabel
Requires-Dist: statsmodels>=0.12.0


# NiChart_Harmonize

Harmonization tools for multi-site neuroimaging analysis.

contact: guray (dot) erus (at) pennmedicine (dot) upenn (dot) edu

## Overview

This package extends the functionality of the package developed by Nick
Cullen, `neuroCombat`.

## Installation

Latest version: `nh_v4.1` (01/10/2023)

Requirements:

-   `git >= 2.17.2`
-   `python >= 3.6.8`

## Installation (with optional conda environment):


```bash
	git clone https://github.com/gurayerus/NiChart_Harmonize && cd NiChart_Harmonize
	create -n neuroharm python=3.8
	conda activate neuroharm
	pip install NiChartHarmonize
```


## Usage:

See test_temp/README.txt
