|
4 | 4 | "metadata": { |
5 | 5 | "colab": { |
6 | 6 | "provenance": [], |
7 | | - "authorship_tag": "ABX9TyM9jTQ0hc+jStrVHeGloUl5", |
8 | 7 | "include_colab_link": true |
9 | 8 | }, |
10 | 9 | "kernelspec": { |
|
23 | 22 | "colab_type": "text" |
24 | 23 | }, |
25 | 24 | "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>" |
27 | 26 | ] |
28 | 27 | }, |
29 | 28 | { |
30 | 29 | "cell_type": "markdown", |
31 | 30 | "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" |
33 | 42 | ], |
34 | 43 | "metadata": { |
35 | 44 | "id": "xiCt5TvTAJwJ" |
|
68 | 77 | "metadata": { |
69 | 78 | "id": "w6xW_tr2n5nD" |
70 | 79 | }, |
71 | | - "execution_count": 1, |
| 80 | + "execution_count": 2, |
72 | 81 | "outputs": [] |
73 | 82 | }, |
74 | 83 | { |
|
92 | 101 | "base_uri": "https://localhost:8080/" |
93 | 102 | }, |
94 | 103 | "id": "xt4-1CiFnZA-", |
95 | | - "outputId": "fd4c3d69-7916-4c83-a167-685bd43561cb" |
| 104 | + "outputId": "1a1d8f3b-4010-4d8a-8625-e0f6359cb5dc" |
96 | 105 | }, |
97 | | - "execution_count": 2, |
| 106 | + "execution_count": 3, |
98 | 107 | "outputs": [ |
99 | 108 | { |
100 | 109 | "output_type": "stream", |
101 | 110 | "name": "stderr", |
102 | 111 | "text": [ |
103 | 112 | "Installing packages into ‘/usr/local/lib/R/site-library’\n", |
104 | 113 | "(as ‘lib’ is unspecified)\n", |
| 114 | + "\n", |
| 115 | + "also installing the dependencies ‘assertthat’, ‘Rcpp’, ‘rapidjsonr’, ‘beeswarm’, ‘vipor’\n", |
| 116 | + "\n", |
105 | 117 | "\n" |
106 | 118 | ] |
107 | 119 | } |
|
118 | 130 | }, |
119 | 131 | { |
120 | 132 | "cell_type": "code", |
121 | | - "execution_count": 3, |
| 133 | + "execution_count": null, |
122 | 134 | "metadata": { |
123 | 135 | "colab": { |
124 | 136 | "base_uri": "https://localhost:8080/" |
|
186 | 198 | "metadata": { |
187 | 199 | "id": "_YRQZ1BkvF_m" |
188 | 200 | }, |
189 | | - "execution_count": 4, |
| 201 | + "execution_count": null, |
190 | 202 | "outputs": [] |
191 | 203 | }, |
192 | 204 | { |
|
232 | 244 | "metadata": { |
233 | 245 | "id": "-CZOnxREnS6H" |
234 | 246 | }, |
235 | | - "execution_count": 5, |
| 247 | + "execution_count": null, |
236 | 248 | "outputs": [] |
237 | 249 | }, |
238 | 250 | { |
|
257 | 269 | "id": "wIy1UtsNpRZr", |
258 | 270 | "outputId": "ccf96b3e-eda4-4682-9ed4-9caf0fe5eb64" |
259 | 271 | }, |
260 | | - "execution_count": 6, |
| 272 | + "execution_count": null, |
261 | 273 | "outputs": [ |
262 | 274 | { |
263 | 275 | "output_type": "stream", |
|
308 | 320 | "id": "uINs7zzqpcGZ", |
309 | 321 | "outputId": "3e0b9bd7-fa7c-457d-ae40-42ecd35db0d5" |
310 | 322 | }, |
311 | | - "execution_count": 7, |
| 323 | + "execution_count": null, |
312 | 324 | "outputs": [ |
313 | 325 | { |
314 | 326 | "output_type": "display_data", |
|
436 | 448 | "id": "hCMBUizWrI1z", |
437 | 449 | "outputId": "5e4f7643-2a35-4b79-bdec-bb3985e42f02" |
438 | 450 | }, |
439 | | - "execution_count": 8, |
| 451 | + "execution_count": null, |
440 | 452 | "outputs": [ |
441 | 453 | { |
442 | 454 | "output_type": "display_data", |
|
551 | 563 | "id": "0CvH33IVvWi9", |
552 | 564 | "outputId": "b4cdb89b-a9a6-44d5-ef74-85ac5875fabc" |
553 | 565 | }, |
554 | | - "execution_count": 9, |
| 566 | + "execution_count": null, |
555 | 567 | "outputs": [ |
556 | 568 | { |
557 | 569 | "output_type": "display_data", |
|
607 | 619 | "metadata": { |
608 | 620 | "id": "iRXqpuR7uUAl" |
609 | 621 | }, |
610 | | - "execution_count": 10, |
| 622 | + "execution_count": null, |
611 | 623 | "outputs": [] |
612 | 624 | }, |
613 | 625 | { |
|
656 | 668 | }, |
657 | 669 | "outputId": "0571d519-b695-43bc-b362-8bd5ec633879" |
658 | 670 | }, |
659 | | - "execution_count": 11, |
| 671 | + "execution_count": null, |
660 | 672 | "outputs": [ |
661 | 673 | { |
662 | 674 | "output_type": "stream", |
|
709 | 721 | "id": "rs0GyXoatx3F", |
710 | 722 | "outputId": "50d8f6ce-0c03-4fc3-e72e-8a84d361084a" |
711 | 723 | }, |
712 | | - "execution_count": 12, |
| 724 | + "execution_count": null, |
713 | 725 | "outputs": [ |
714 | 726 | { |
715 | 727 | "output_type": "stream", |
|
0 commit comments