Skip to content

Commit 35c0b00

Browse files
authored
Merge pull request #41 from ImagingDataCommons/cleanup
Reorganization and cleanup of the repository
2 parents 313332d + c4f6f8d commit 35c0b00

File tree

9 files changed

+47
-699
lines changed

9 files changed

+47
-699
lines changed

API/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 47 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
1-
# IDC-Examples
2-
This repository contains a series of examples to get you started using the data and tools provided by the Imaging Data Commons on the Google Cloud Platform.
1+
# Welcome!
32

4-
* **[notebooks](https://github.com/ImagingDataCommons/IDC-Examples/tree/master/notebooks)**: this directory contains tutorials in the form of [Google Colab](https://colab.research.google.com/) notebooks.
3+
This repository contains tutorial materials (for the most part, as Python notebooks) that are developed to help you learn about [NCI Imaging Data Commons](https://imaging.datacommons.cancer.gov) and utilize it in your work.
4+
5+
If this is the first time you hear about IDC, here are some highlights about what it has to offer:
6+
* **>45 TB of data**: IDC contains radiology, brightfield (H&E) and fluorescence slide microscopy images, along with image-derived data (annotations, segmentations, quantitative measurements) and accompanying clinical data
7+
* **free**: all of the data in IDC is publicly available: no registration, no access requests
8+
* **cloud-based**: all of the data in IDC is available from both Google and AWS public buckets: fast and free to download, no out-of-cloud egress fees
9+
* **commercial-friendly**: most of the data in IDC is covered by the permissive CC-BY license, which allows commercial reuse (small subset of data is covered by the CC-NC license); each file in IDC is tagged with the license to make it easy for you to understand and follow the rules
10+
* **harmonized**: all of the images and image-derived data in IDC is harmonized into standard DICOM representation
11+
12+
The tutorial notebooks are located in the [notebooks](https://github.com/ImagingDataCommons/IDC-Tutorials/tree/master/notebooks), and are organized in the following folders.
13+
14+
## `getting_started`
15+
16+
"Getting Started" notebooks are intended to introduce the users to IDC. We believe those notebooks are the best place to start using IDC. In this notebook series you will learn:
17+
* how IDC data is organized
18+
* how to search IDC data
19+
* how to download data from IDC
20+
* how to use various visualization tools with IDC data
21+
* how to properly acknowledge data contributors and stay compliant with the usage license
22+
23+
## `advanced_topics`
24+
25+
Notebooks in this folder focus on topics that will require understanding of the basics, and aim to address more narrow use cases of IDC usage. Such topics include:
26+
* how to search clinical data accompanying IDC images and how to combine imaging and clinical metadata in your searches
27+
* how to use AWS-specific components for working with IDC data
28+
* how to deploy open source OHIF and Slim viewers using free Google Cloud resources
29+
30+
## `collectons_demos`
31+
32+
This folders contains notebooks that demonstrate the usage of the data in the specific IDC collections. The notebooks in this folder will always have the prefix of the `collection_id` they correspond to, for easier navigation.
33+
34+
## `pathomics`
35+
36+
This folder is dedicated to the notebooks focused on the digital pathology (pathomics) applications. The use of DICOM standard is relatively new in digital pathology, and this field is being actively developed, thus a dedicated folder for this.
37+
38+
## `deprecated`
39+
40+
IDC is an actively evolving resource. As we develop new and improved capabilities, we improve our recommended usage practices, and may deprecate notebooks that are no longer maintained and may no longer work. You will find thse in the `deprecated` folder.
41+
42+
## `testing`
43+
44+
This directory is used for the maintenance of the repository to support testing of the actively supported notebooks.
45+
46+
# Support
47+
48+
If you have any questions about the notebooks in this repository, please open a discussion thread in IDC user forum, or open the issue in this repository.
549

6-
* **[API](https://github.com/ImagingDataCommons/IDC-Examples/tree/master/API)**: this directory contains example scripts that illustrate the use of the IDC API;

scripts/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

scripts/idc_auth.py

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)