|
1 | | -# IDC-Examples/notebooks |
2 | | -The **notebooks** subdirectory of this repository contains a series of IPython notebooks that are intended to help you get started working with IDC hosted data. |
3 | | - |
4 | | -## Try these first |
5 | | -* [Getting started notebook series](https://github.com/ImagingDataCommons/IDC-Examples/tree/master/notebooks/getting_started): Introduction to IDC data organization and main features |
6 | | -* IDC segmentation primer: Experimenting with nnU-Net Segmentation of IDC Data [](https://colab.research.google.com/github/ImagingDataCommons/IDC-Examples/blob/master/notebooks/IDC_segmentation_primer.ipynb) |
7 | | - |
8 | | -This notebook can be used as a source of small examples and useful bits for developing your own notebooks: |
9 | | -* IDC Colab cookbook [](https://colab.research.google.com/github/ImagingDataCommons/IDC-Examples/blob/master/notebooks/cookbook.ipynb) |
10 | | - |
11 | | -## Data Download and Exploration |
12 | | - |
13 | | -The following notebooks contain examples of how to download and explore IDC cohorts: |
14 | | - |
15 | | -* Introduction to IDC clinical data organization [](https://colab.research.google.com/github/ImagingDataCommons/IDC-Examples/blob/master/notebooks/clinical_data_intro.ipynb) |
16 | | -* LIDC exploration [](https://colab.research.google.com/github/ImagingDataCommons/IDC-Examples/blob/master/notebooks/LIDC_exploration.ipynb) |
17 | | -* Cohort download [](https://colab.research.google.com/github/ImagingDataCommons/IDC-Examples/blob/master/notebooks/Cohort_download.ipynb) |
18 | | - |
19 | | -Furthermore, the Cohort Preparation notebook [](https://colab.research.google.com/github/ImagingDataCommons/IDC-Examples/blob/master/notebooks/cohort_preparation.ipynb) contains a simple tutorial on how to get a cohort ready for your image processing applications (e.g., best practices for the conversion from DICOM to NRRD and NIfTI, pointers to pre-processing utilities). |
20 | | - |
21 | | - |
22 | | -## Imaging Analysis AI |
23 | | - |
24 | | -The following notebooks contain examples of how IDC can be used to run AI-based medical imaging analysis pipelines on the cloud: |
25 | | - |
26 | | -* DeepPrognosis use case - replication study, 2 year survival score of NSCLC patients [](https://colab.research.google.com/github/ImagingDataCommons/IDC-Examples/blob/master/notebooks/nsclc-radiomics/nsclc_radiomics_demo_release.ipynb) |
27 | | -* Lung Nodules segmentation and prognosis use case - NSCLC patients nodules segmentation (nnU-Net) and prognosis (DeepPrognosis) [](https://colab.research.google.com/github/ImagingDataCommons/IDC-Examples/blob/master/notebooks/lung_nodules_demo.ipynb) |
28 | | -* Thoracic Organs at Risk segmentation use case - NSCLC patients thoracic OAR segmentation (nnU-Net) [](https://colab.research.google.com/github/ImagingDataCommons/IDC-Examples/blob/master/notebooks/thoracic_oar_demo.ipynb) |
29 | | -* Pathomics: Lung Tissue Data Exploration [](https://colab.research.google.com/github/ImagingDataCommons/IDC-Examples/blob/master/notebooks/pathomics/lung_cancer_cptac_DataExploration.ipynb) |
30 | | -* Pathomics: Lung Tissue Classification - training and applying a DL model for classification of tissue types [](https://colab.research.google.com/github/ImagingDataCommons/IDC-Examples/blob/master/notebooks/pathomics/lung_cancer_cptac_TissueClassificationModel.ipynb) |
31 | | - |
32 | | -**N.B.**: since these demonstrations run in Google Colab, they highlight only a small part of what IDC can offer in terms of computational capability for imaging analysis. A more comprehensive experience of such tools can be explored, e.g., by experimenting with GCP Virtual Machines. |
33 | | - |
34 | | -To learn more about how to access the GCP virtual machines for free (using [free cloud credits](https://learn.canceridc.dev/introduction/requesting-gcp-cloud-credits)), please visit the [IDC user guide](https://learn.canceridc.dev/). |
35 | | - |
36 | | - |
37 | | - |
| 1 | +See main README file for details and explanation: https://github.com/ImagingDataCommons/IDC-Tutorials/tree/master#readme. |
0 commit comments