Skip to content

Commit 421732f

Browse files
authored
Merge pull request #79 from DanielaSchacherer/bulk_annotations_notebook
Bulk annotations notebook added
2 parents 5d67d4a + 8dc31cc commit 421732f

4 files changed

Lines changed: 722 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ This folders contains notebooks that demonstrate the usage of the data in the sp
5454
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.
5555
* [Getting started with pathology images in IDC](https://github.com/ImagingDataCommons/IDC-Tutorials/blob/master/notebooks/pathomics/getting_started_with_digital_pathology.ipynb): all of the pathology images in IDC are in DICOM Slide Microscopy format; this notebook will help you get started with using this representation and also searching IDC pathology images.
5656
* [Exploring IDC slide microscopy images metadata](https://github.com/ImagingDataCommons/IDC-Tutorials/blob/master/notebooks/pathomics/slide_microscopy_metadata_search.ipynb): introduction to the key metadata accompanying IDC slide microscopy images that can be used for subsetting data and building cohorts.
57+
* [Working with DICOM Microscopy Bulk Simple annotations](https://github.com/ImagingDataCommons/IDC-Tutorials/blob/master/notebooks/pathomics/Tutorial_MicroscopyBulkSimpleAnnotations.ipynb): introduction to working with bulk annotations encoded in DICOM using the example of nuclei annotations.
5758

5859
## [`analysis`](https://github.com/ImagingDataCommons/IDC-Tutorials/tree/master/notebooks/analysis)
5960

notebooks/pathomics/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Introduction to working with digital pathology images in IDC
2-
This repository contains a short notebook (getting_started_with_digital_pathology.ipynb) giving an idea on how to explore and work with available collections of pathology whole-slide images (WSIs) in the IDC.
2+
This repository contains
3+
* a short notebook (getting_started_with_digital_pathology.ipynb) giving an idea on how to explore and work with available collections of pathology whole-slide images (WSIs) in the IDC.
4+
* an notebook (slide_microscopy_metadata_search.ipynb) to introduce the key metadata accompanying IDC slide microscopy images that can be used for subsetting data and building cohorts.
5+
* a notebook (Tutorial_MicroscopyBulkSimpleAnnotations.ipynb) that shows how to work with bulk annotations encoded in DICOM using the example of nuclei annotations.
36

47
More tutorials that show, for example, how to train a tissue classification model can be found in the Github repository [idc-comppath-reproducibility](https://github.com/ImagingDataCommons/idc-comppath-reproducibility) as part of the publication below:
58

0 commit comments

Comments
 (0)