Skip to content

Commit 4b01df9

Browse files
committed
bug: fix function name
Signed-off-by: Andrey Fedorov <[email protected]>
1 parent e29e861 commit 4b01df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/idc_dataset.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"# 'collections_index' is an optional table with one row per IDC collection.\n",
216216
"# It adds collection-level metadata not in the per-series 'index' t able,\n",
217217
"# such as CancerTypes, Subjects count, and collection descriptions.\n",
218-
"client.fetch_index_table(\"collections_index\")\n",
218+
"client.fetch_index(\"collections_index\")\n",
219219
"\n",
220220
"# Join collections_index with the per-series index to filter by both cancer type and modality.\n",
221221
"# The 'index' table has Modality per series; collections_index has CancerTypes per collection.\n",

0 commit comments

Comments
 (0)