File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ The `idc-index` package provides multiple metadata index tables, accessible via
130130| -------| -----------------| --------| -------------|
131131| ` index ` | 1 row = 1 DICOM series | Auto | Primary metadata for all current IDC data |
132132| ` prior_versions_index ` | 1 row = 1 DICOM series | Auto | Series from previous IDC releases; for downloading deprecated data |
133- | ` collections_index ` | 1 row = 1 collection | fetch_index() | Collection-level metadata and descriptions |
134- | ` analysis_results_index ` | 1 row = 1 analysis result collection | fetch_index() | Metadata about derived datasets (annotations, segmentations) |
135- | ` clinical_index ` | 1 row = 1 clinical data column | fetch_index() | Dictionary mapping clinical table columns to collections |
133+ | ` collections_index ` | 1 row = 1 collection | Auto | Collection-level metadata and descriptions |
134+ | ` analysis_results_index ` | 1 row = 1 analysis result collection | Auto | Metadata about derived datasets (annotations, segmentations) |
135+ | ` clinical_index ` | 1 row = 1 (collection, table, column) triple | fetch_index() | Dictionary mapping clinical data table columns to collections |
136136| ` sm_index ` | 1 row = 1 slide microscopy series | fetch_index() | Slide Microscopy (pathology) series metadata |
137137| ` sm_instance_index ` | 1 row = 1 slide microscopy instance | fetch_index() | Instance-level (SOPInstanceUID) metadata for slide microscopy |
138138| ` seg_index ` | 1 row = 1 DICOM Segmentation series | fetch_index() | Segmentation metadata: algorithm, segment count, reference to source image series |
You can’t perform that action at this time.
0 commit comments