From 16d2832ea9616b9347a58cf88c5075a7c2638d81 Mon Sep 17 00:00:00 2001 From: ds_93 Date: Fri, 20 Sep 2024 22:12:23 +0200 Subject: [PATCH] removed doubled text --- README.md | 2 +- docs/column_descriptions.md | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index b975f86..49ff7f4 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ pandas `DataFrame`) of `IDCClient`. Additional index tables such as the `clinical_index` contain non-DICOM clinical data or slide microscopy specific tables (indicated by the prefix `sm`) include metadata attributes specific to slide microscopy images. A description of available attributes for all indices -can be found [here](./docs/column_descriptions.html). +can be found [here](./docs/column_descriptions). ## Tutorial diff --git a/docs/column_descriptions.md b/docs/column_descriptions.md index ab19ace..614bf25 100644 --- a/docs/column_descriptions.md +++ b/docs/column_descriptions.md @@ -1,11 +1,3 @@ -`idc-index` is named this way because it wraps indices of IDC data: tables -containing the most important metadata attributes describing the files available -in IDC. The main metadata index is available in the `index` variable (which is a -pandas `DataFrame`) of `IDCClient`. Additional index tables such as the -`clinical_index` contain non-DICOM clinical data or slide microscopy specific -tables (indicated by the prefix `sm`) include metadata attributes specific to -slide microscopy images. - The following is the list of the columns included in `index`. You can use those to select cohorts and subsetting data. `idc-index` is series-based, i.e, it has one row per DICOM series.