Coder Social home page Coder Social logo

robtoth / collageradiomics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from radxtools/collageradiomics

0.0 0.0 0.0 1.42 MB

Python Implementation of the CoLlAGe radiomics descriptor

License: GNU General Public License v3.0

Shell 0.20% M 0.05% MATLAB 21.21% C++ 13.86% Dockerfile 4.99% Jupyter Notebook 40.50% Python 19.19%

collageradiomics's Introduction

Co-occurrence of Local Anisotropic Gradient Orientations (CoLlAGe)

CoLlAGe captures subtle anisotropic differences in disease pathologies by measuring entropy of co-occurrences of voxel-level gradient orientations on imaging computed within a local neighborhood. CoLlAGe is based on the hypothesis that disruption in tissue microarchitecture can be quantified on imaging by measuring the disorder in voxel-wise gradient orientations. CoLlAGe involves assigning every image voxel a ‘disorder value’ associated with the co-occurrence matrix of gradient orientations computed around every voxel. Details on extraction of CoLlAGe features are included in [1]. After feature extraction, the subsequent distribution or different statistics such as mean, median, variance etc can be computed and used in conjunction with a machine learning classifier to distinguish similar appearing pathologies. The feasibility of CoLlAGe in distinguishing cancer from treatment confounders/benign conditions and characterizing molecular subtypes of cancers has been demonstrated in the context of multiple challenging clinical problems.

Feature Classes

Currently supports the following Haralick features:

  • AngularSecondMoment
  • Contrast
  • Correlation
  • SumOfSquareVariance
  • SumAverage
  • SumVariance
  • SumEntropy
  • Entropy
  • DifferenceVariance
  • DifferenceEntropy
  • InformationMeasureOfCorrelation1
    • Both interpretations.
  • InformationMeasureOfCorrelation2
  • MaximalCorrelationCoefficient

Idempotence

collageradiomics includes parameter tuning information in the output. It contains the image(s) and mask(s), and the settings applied upon them. This allows multiple fully reproducible runs without having to remember or find the original parameters.

Documentation

The best source of documentation is found the examples-- instructions provided below.

Installation

Pip

pip install collageradiomics

Git

git clone https://github.com/ccipd/collageradiomics && cd collageradiomics

Docker Ubuntu 20.04 Jupyter Examples

  1. Install Docker.
  2. Pull the latest image:
docker pull radiomics/collageradiomics-examples:latest
  1. Run one of these commands in the root of git repository:

Linux:

docker run -it -p 8888:8888 -v $PWD:/root ccipd/collageradiomics-examples

Windows/Powershell:

docker run -it -p 8888:8888 -v ${PWD}:/root ccipd/collageradiomics-examples

Open in browser:

localhost:8888

Open jupyter/examples directory and explore the Jupyter notebooks.

Docker Ubuntu 20.04 Pip Module

This is a Docker image with the collageradiomics module pre-installed:

docker pull radiomics/collageradiomics-pip:latest
docker run -it -p 8888:8888 ccipd/collageradiomics-pip

Usage

collageradiomics can be implemented in Python through the collageradiomics module. It has a intuitive interface-- simply create a Collage object or use one of the factory methods and run the execute() function.

Dependencies:

We thank these generous developers that allowed us to build collageradiomics without reinventing the wheel:

  • matplotlib
  • numpy
  • scikit-learn
  • scikit-build
  • mahotas
  • scipy

References and Citations

If you make use of this implementation, please cite the following paper:

[1] Prasanna, P., Tiwari, P., & Madabhushi, A. (2016). Co-occurrence of Local Anisotropic Gradient Orientations (CoLlAGe): A new radiomics descriptor. Scientific Reports, 6:37241.

Please report any issues or feature requests via the Issues tab

Additional information can be found on the BrIC Lab website.

collageradiomics's People

Contributors

nathanhillyer avatar satishev avatar robtoth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.