Radiology image processing of TCGA/TCIA data.
To run the code in this repository, follow these steps:
git clone https://github.com/pachterlab/tcia-radiology-processing.git
cd tcia-radiology-processingWe recommend using an environment manager such as conda. Some additional non-python packages must be installed for full functionality. If using conda (recommended), simply run the following:
conda env create -f environment.yml
conda activate tcia_radiology_processingOtherwise, install these packages manually as-needed (see environment.yml and pyproject.toml for the list of packages and recommended versions).
(Optional) For development, explicitely install the package in editable mode with the following command:
pip install -e .See the notebooks directory for the data processing protocol in a Jupyter notebook format.
This project is licensed under the BSD 2-Clause License. See the LICENSE file for details.
For any issues or contributions, feel free to open a pull request or issue in this repository.
