Difference between revisions of "Documentation/Nightly/Extensions/TCIABrowser"

From Slicer Wiki
Jump to: navigation, search
(redirect to the docs in GitHub)
Tags: Visual edit, Replaced
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>{{documentation/versioncheck}}</noinclude>
+
<noinclude>{{documentation/versioncheck}}
<!-- ---------------------------- -->
+
</noinclude>
{{documentation/{{documentation/version}}/module-header}}
 
<!-- ---------------------------- -->
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}
 
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
Extension: [[Documentation/{{documentation/version}}/Extensions/TCIABrowser|TCIABrowser]]<br>
 
Acknowledgments:
 
This work is funded by the National Institutes of Health, National Cancer Institute through the Grant [http://qiicr.org Quantitative Image Informatics for Cancer Research (QIICR)] (U24 CA180918) (PIs Kikinis and Fedorov).<br>
 
Authors: Alireza Mehrtash({{collaborator|name|spl}}), Andrey Fedorov ({{collaborator|name|spl}})<br>
 
Contact: Alireza Mehrtash, <email>mehrtash@bwh.harvard.edu</email><br>
 
 
 
License: [http://www.slicer.org/pages/LicenseText Slicer License]
 
 
 
{{documentation/{{documentation/version}}/module-introduction-logo-gallery
 
|{{collaborator|logo|qiicr}}|{{collaborator|longname|qiicr}}
 
|{{collaborator|logo|spl}}|{{collaborator|longname|spl}}
 
|{{collaborator|logo|namic}}|{{collaborator|longname|namic}}
 
}}
 
 
 
{{documentation/{{documentation/version}}/module-introduction-end}}
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Module Description}}
 
 
 
[[Image:TCIABrowser_logo.png]]
 
 
 
The Cancer Imaging Archive (TCIA) hosts a large collection of Cancer medical imaging data which is available to public through a programmatic interface (REST API). TCIA Browser is a Slicer module by which the user can connect to the TCIA archive, browse different collections, patient subjects, studies and series, download the images and visualize them in 3D Slicer.
 
 
 
As of February 2014, the following collections of TCIA are available via public TCIA API interface (see [https://wiki.cancerimagingarchive.net/display/Public/Collections description of TCIA collections] for details):
 
 
 
* QIBA CT-1C           
 
* TCGA-GBM *             
 
* RIDER PHANTOM PET-CT
 
* RIDER PHANTOM MRI     
 
* Phantom FDA           
 
* TCGA-LGG *
 
* TCGA-KIRC *           
 
* TCGA-BRCA *           
 
* BREAST-DIAGNOSIS
 
* PROSTATE-DIAGNOSIS   
 
* LIDC-IDRI             
 
* TCGA-LUAD *
 
* RIDER Lung CT         
 
* RIDER NEURO MRI       
 
* RIDER Lung PET-CT
 
* CT COLONOGRAPHY       
 
* REMBRANDT             
 
* RIDER Breast MRI
 
 
 
For the collections marked with *, available clinical data is linked from [http://cancergenome.nih.gov/ The Cancer Genome Atlas].
 
 
 
TCIABrowser gives you access to 18 collections, which contain a total of over 23,000 image series from a variety of manufacturers and of different modalities and organs. Some of the summary statistics of the data available from the public collections listed is provided below.
 
 
 
 
 
{{Gallery
 
|title=Summary Statistics of Data Available from TCIA Public Collections
 
|width=360
 
|height=360
 
|lines=4
 
|align=center
 
|Image:TCIA_public_collections-collections.png|alt1= Collections|Collections.
 
|Image:TCIA_public_collections-modalities.png|alt2= Modalities|Modalities.
 
|Image:TCIA_public_collections-body_parts.png|alt3= Body Parts|Body Parts.
 
|Image:TCIA_public_collections-manufacturers.png|alt4= Manufacuterers|Manufacuterers.
 
}}
 
 
 
<!-- ---------------------------- -->
 
 
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Tutorials}}
 
Not available at this time.
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Panels and their use}}
 
 
 
{|
 
* '''Browsing Collections, patients and studies'''
 
By opening TCIABrowser module it will automatically connect to the the TCIA server and list all of the available collections. First from the "Current Collection" combobox (A) select a collection. The browser will get the patient data from the TCIA server and will populate the patients table. For some of the collections some extra clinical information is available through The Cancer Genome Atlas (TCGA) website. Collections with available information at TCGA are marked with a unique icon  [[Image:Report-icon-tcia.png|thumb|25px|TCGA Data Available]] besides their patient ID. The TCGA information can be accessed by right clicking on the Patient ID area to open the context menu and clicking "Get clinical data".
 
The use Cache checkbox (B) will cache the query results on your hard drive which makes further recurring queries faster. If direct query from TCIA server is desired the user can uncheck this box. In case of caching server responses the latest access time is provided for each table separately. Further selecting a patient will populate the study table for the selected one and selecting a study will update the series table.
 
 
 
* '''Downloading Series'''
 
After selecting at least one series the download icons will become activated. Pressing the "Download and Index" button will download the images from TCIA to your computer and index the DICOM files inside 3D Slicer DICOM database. So you can review them, check the meta-data and load into the scene later with Slicer DICOM module. Pressing the "Download and Load" button will download the images and load them into the Slicer scene. You can select multiple items from all of the tables. By holding the Ctrl key and clicking on different patients, the studies for all the selected ones will be added to the studies table. You can select all the studies by pressing 'Select All' button or make a specific selection by Ctrl+Click and  all the available series for download will be added to the series table. At the final step you will select series for download from the series table.  The total number of images for the selected series is indicated at the bottom right corner of series table. After pressing the download button you can check the download status of each series at the 'Download Status' collapsible button at the module's widget. While the download is in progress you can still browse and add other series to the download queue or view the downloaded images in the 3D Slicer Scene.
 
 
 
{{Gallery
 
|title=TCIA Browser Screesnshots
 
|width=480
 
|height=360
 
|lines=4
 
|align=center
 
|File:TCIA-Browser-1.png|alt1= Browsing Collections|Browsing Collections, patients and studies.
 
|Image:TCIA-New03.png|alt2= Browsing Collections|Browsing Collections, patients and studies.
 
|Image:TCIA-New04.png|alt2= Browsing Collections|Browsing Collections, patients and studies.
 
}}
 
 
 
 
 
|}
 
 
 
{|
 
* '''Access Clinical Data from TCGA'''
 
For some of the collections clinical data is available through The Cancer Genome Atlas (TCGA) website. The patients with this information are marked with a unique icon besides their patient ID. The clinical data can be accessed by right clicking on the Patient ID area to open the context menu and clicking "Get clinical data".
 
 
 
|}
 
 
 
{|
 
* '''Settings '''
 
If you have your own unique API and want to use that you can add your own API using the "+" button and then select it using the combo box.
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
 
* [[Documentation/4.3/Extensions/XNATSlicer|XNATSlicer]]
 
*[[Documentation/Nightly/Modules/DICOM| DICOM]]
 
|}
 
 
 
 
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|References}}
 
 
 
* [http://qiicr.org/ Quantitative Image Informatics for Cancer Research (QIICR)]
 
* [http://imaging.cancer.gov/programsandresources/specializedinitiatives/qin Quantitative Imaging Network (QIN)]
 
* [http://cancerimagingarchive.net/ TCIA Home Page]
 
* [http://www.cbioportal.org/public-portal/web_api.jsp cBioPortal for Cancer Genomics Web Interface]
 
* [https://wiki.cancerimagingarchive.net/display/Public/Collections Description of TCIA Collections]
 
* [https://wiki.cancerimagingarchive.net/display/Public/TCIA+Programmatic+Interface+%28REST+API%29+Usage+Guide TCIA Rest API Documentation]
 
* [http://www.na-mic.org/Wiki/index.php/2014_Project_Week:TCIA_Browser_Extension_in_Slicer Project page at NAMIC 2014 Project Week]
 
* [https://www.mashape.com/tcia/the-cancer-imaging-archive# Mashape page for testing TCIA API endpoint]
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Information for Developers}}
 
* [https://github.com/QIICR/TCIABrowser Source Code]
 
 
 
Tip: The REST API can be checked by [https://chrome.google.com/webstore/detail/rest-console/cokgbflfommojglbmbpenpphppikmonn?utm_source=plus REST Console] Google Chrome extension.
 
{{documentation/{{documentation/version}}/module-developerinfo}}
 
 
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-footer}}
 
 
[[Category:Documentation/{{documentation/version}}/Modules/Informatics]]
 
[[Category:Documentation/{{documentation/version}}/Modules/Informatics]]
<!-- ---------------------------- -->
+
'''Please see documentation of this module here: https://github.com/QIICR/TCIABrowser'''

Latest revision as of 20:57, 3 August 2023

Home < Documentation < Nightly < Extensions < TCIABrowser