Skip to content

Commit 467bd07

Browse files
committed
add preamble
1 parent 3ef1c8a commit 467bd07

File tree

1 file changed

+28
-16
lines changed

1 file changed

+28
-16
lines changed

notebooks/LIDC_viz_using_R.ipynb

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"metadata": {
55
"colab": {
66
"provenance": [],
7-
"authorship_tag": "ABX9TyM9jTQ0hc+jStrVHeGloUl5",
87
"include_colab_link": true
98
},
109
"kernelspec": {
@@ -23,13 +22,23 @@
2322
"colab_type": "text"
2423
},
2524
"source": [
26-
"<a href=\"https://colab.research.google.com/github/denbonte/IDC-Tutorials/blob/colab-r/notebooks/LIDC_viz_using_R.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
25+
"<a href=\"https://colab.research.google.com/github/ImagingDataCommons/IDC-Tutorials/blob/master/notebooks/LIDC_viz_using_R.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
2726
]
2827
},
2928
{
3029
"cell_type": "markdown",
3130
"source": [
32-
"# Using IDC Metadata from Colab/R"
31+
"# Exploring IDC Metadata from Colab/R\n",
32+
"\n",
33+
"In this notebook you will learn how to search [NCI Imaging Data Commons](https://imaging.datacommons.cancer.gov) metadata catalog using R.\n",
34+
"\n",
35+
"This notebook was developed and tested in Google Colab, and may need additional refinements when used outside of Colab.\n",
36+
"\n",
37+
"In order to be able to run this notebook you must have a google account and a Google Cloud Project. You can learn how to create such a project in this tutorial: https://github.com/ImagingDataCommons/IDC-Tutorials/blob/master/notebooks/getting_started/part1_prerequisites.ipynb\n",
38+
"\n",
39+
"This notebook was developed by Dennis Bontempi.\n",
40+
"\n",
41+
"First release: Sept 2023"
3342
],
3443
"metadata": {
3544
"id": "xiCt5TvTAJwJ"
@@ -68,7 +77,7 @@
6877
"metadata": {
6978
"id": "w6xW_tr2n5nD"
7079
},
71-
"execution_count": 1,
80+
"execution_count": 2,
7281
"outputs": []
7382
},
7483
{
@@ -92,16 +101,19 @@
92101
"base_uri": "https://localhost:8080/"
93102
},
94103
"id": "xt4-1CiFnZA-",
95-
"outputId": "fd4c3d69-7916-4c83-a167-685bd43561cb"
104+
"outputId": "1a1d8f3b-4010-4d8a-8625-e0f6359cb5dc"
96105
},
97-
"execution_count": 2,
106+
"execution_count": 3,
98107
"outputs": [
99108
{
100109
"output_type": "stream",
101110
"name": "stderr",
102111
"text": [
103112
"Installing packages into ‘/usr/local/lib/R/site-library’\n",
104113
"(as ‘lib’ is unspecified)\n",
114+
"\n",
115+
"also installing the dependencies ‘assertthat’, ‘Rcpp’, ‘rapidjsonr’, ‘beeswarm’, ‘vipor’\n",
116+
"\n",
105117
"\n"
106118
]
107119
}
@@ -118,7 +130,7 @@
118130
},
119131
{
120132
"cell_type": "code",
121-
"execution_count": 3,
133+
"execution_count": null,
122134
"metadata": {
123135
"colab": {
124136
"base_uri": "https://localhost:8080/"
@@ -186,7 +198,7 @@
186198
"metadata": {
187199
"id": "_YRQZ1BkvF_m"
188200
},
189-
"execution_count": 4,
201+
"execution_count": null,
190202
"outputs": []
191203
},
192204
{
@@ -232,7 +244,7 @@
232244
"metadata": {
233245
"id": "-CZOnxREnS6H"
234246
},
235-
"execution_count": 5,
247+
"execution_count": null,
236248
"outputs": []
237249
},
238250
{
@@ -257,7 +269,7 @@
257269
"id": "wIy1UtsNpRZr",
258270
"outputId": "ccf96b3e-eda4-4682-9ed4-9caf0fe5eb64"
259271
},
260-
"execution_count": 6,
272+
"execution_count": null,
261273
"outputs": [
262274
{
263275
"output_type": "stream",
@@ -308,7 +320,7 @@
308320
"id": "uINs7zzqpcGZ",
309321
"outputId": "3e0b9bd7-fa7c-457d-ae40-42ecd35db0d5"
310322
},
311-
"execution_count": 7,
323+
"execution_count": null,
312324
"outputs": [
313325
{
314326
"output_type": "display_data",
@@ -436,7 +448,7 @@
436448
"id": "hCMBUizWrI1z",
437449
"outputId": "5e4f7643-2a35-4b79-bdec-bb3985e42f02"
438450
},
439-
"execution_count": 8,
451+
"execution_count": null,
440452
"outputs": [
441453
{
442454
"output_type": "display_data",
@@ -551,7 +563,7 @@
551563
"id": "0CvH33IVvWi9",
552564
"outputId": "b4cdb89b-a9a6-44d5-ef74-85ac5875fabc"
553565
},
554-
"execution_count": 9,
566+
"execution_count": null,
555567
"outputs": [
556568
{
557569
"output_type": "display_data",
@@ -607,7 +619,7 @@
607619
"metadata": {
608620
"id": "iRXqpuR7uUAl"
609621
},
610-
"execution_count": 10,
622+
"execution_count": null,
611623
"outputs": []
612624
},
613625
{
@@ -656,7 +668,7 @@
656668
},
657669
"outputId": "0571d519-b695-43bc-b362-8bd5ec633879"
658670
},
659-
"execution_count": 11,
671+
"execution_count": null,
660672
"outputs": [
661673
{
662674
"output_type": "stream",
@@ -709,7 +721,7 @@
709721
"id": "rs0GyXoatx3F",
710722
"outputId": "50d8f6ce-0c03-4fc3-e72e-8a84d361084a"
711723
},
712-
"execution_count": 12,
724+
"execution_count": null,
713725
"outputs": [
714726
{
715727
"output_type": "stream",

0 commit comments

Comments
 (0)