Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 2.59 KB

README.md

File metadata and controls

59 lines (44 loc) · 2.59 KB

Imaging Clusters of Pediatric Low-Grade Glioma are Associated with Distinct Molecular Characteristics

This repository includes codes relevant to the manuscript "Imaging Clusters of Pediatric Low-Grade Glioma are Associated with Distinct Molecular Characteristics" by

"Anahita Fathi Kazerooni*, Adam Kraya*, Komal S. Rathi, Meen Chul Kim, Varun Kesherwani, Ryan Corbett, Arastoo Vossough, Nastaran Khalili, Deep Gandhi, Neda Khalili, Ariana M. Familiar, Run Jin, Xiaoyan Huang, Yuankun Zhu, Alex Sickler, Matthew R. Lueder, Saksham Phul, Mateusz Koptyra, Yuanquan Song, Phillip B. Storm, Christos Davatzikos, Jeffrey B. Ware, Jessica Foster, Sabine Mueller, Jo Lynne Rokita, Michael J. Fisher, Adam C. Resnick, Ali Nabavizadeh"

*Equally-contributing authors

Imaging Clustering

Software Requirements

Hardware Used for this Study

MRI Pre-processing and Tumor Segmentation:

Clustering:

Transcriptomic Analysis

page

To reproduce the code in the braf-fusions module of this repository

  1. Clone the repository:
git clone [email protected]:d3b-center/TIRU_radiomic_analysis.git
  1. Pull Docker container:
docker pull pgc-images.sbgenomics.com/corbettr/tiru-radiomics:latest
  1. Start the Docker container; from the TIRU_radiomic_analysis folder, run:
docker run --name <CONTAINER_NAME> -d -e PASSWORD=pass -p 8787:8787 -v $PWD:/home/rstudio/TIRU_radiomic_analysis pgc-images.sbgenomics.com/corbettr/tiru-radiomics:latest

NOTE: if using a Macbook with M1 chip, add the option --platform linux/amd64 to above code

  1. Execute the shell within the docker image; from the TIRU_radiomic_analysis folder, run:
docker exec -ti <CONTAINER_NAME> bash