Skip to content

bhklab/CervixRadiomics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cervix Signature Generation from Radiomic Biomarkers

Overview

This GitHub repository contains code for generating a cervix signature based on radiomic biomarkers. The analysis utilizes pyradiomics features from two datasets: TCGIA and Norway. Feature selection is performed using mrmrE, and the final model is constructed using 100 combinations of 2 radiomics features. The resulting signature is then validated on an internal PMH cohort.

Table of Contents

  1. Introduction
  2. Datasets
  3. Code Structure
  4. Usage
  5. Dependencies
  6. Results
  7. Validation
  8. License
  9. Acknowledgements

Introduction

Radiomic biomarkers offer valuable insights into cervical cancer. This project aims to generate a cervix signature by leveraging pyradiomics features from the TCGIA and Norway datasets. Feature selection is crucial, and mrmrE is employed to identify the most relevant radiomics features. The final model combines 100 sets of 2 radiomics features to create a robust signature.

Datasets

  • TCGIA Dataset: The Cancer Genome Atlas's cervical cancer dataset.
  • Norway Dataset: Dataset from Norway containing relevant radiomic information.
  • PMH Dataset: Internal Dataset from PMH used to validate prognostic potential of radiomics signature

Code Structure

The code is organized as follows:

  • train: Contains data, notebook used to generate the final signature. Multiple potential signatures were tested using CV of training set. A final model using an ensemble of 100 sets of 2 radiomics features was extracted as final signature. Run "Radiomic_Signature.ipynb" in a jupyter notebook to generate the results.
  • archive Scripts for any extra analysis conducted.
  • validation: Validates the generated signature on an internal PMH cohort.

Usage

To use the code, follow these steps:

  1. Clone the repository:

    git clone https://github.com/bhklab/CervixRadiomics
  2. Navigate to the project directory:

    cd CervixRadiomics
  3. Run a jupyter notebook server to conduct analysis.

    jupyter notebook

Dependencies

Ensure you have the following dependencies installed:

  • Python (>=3.6)
  • pymrmre (1.0.7)

Install dependencies using:

pip install matplotlib pandas numpy seaborn lifelines scikit-learn scikit-image pymrmre

Results

The generated cervix signature is located in the results directory. Detailed results and performance metrics are also provided.

Validation

The signature is validated on an internal PMH cohort to assess its generalizability.

License

This project is licensed under the MIT License.

Acknowledgements

Special thanks to Dr. Kathy Han & Dr. Benjamin Haibe Kans, Dr. Philip Ye, Jessica Weiss & all corresponding contributors and data providers for making this research possible.

Feel free to contribute, report issues, or suggest improvements!s

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages