https://github.com/notzaki/cancerimagingarchive.jl
Julia interface for exploring and downloading data on The Cancer Imaging Archive (TCIA)
https://github.com/notzaki/cancerimagingarchive.jl
julia-package tcia-dac
Last synced: 3 months ago
JSON representation
Julia interface for exploring and downloading data on The Cancer Imaging Archive (TCIA)
- Host: GitHub
- URL: https://github.com/notzaki/cancerimagingarchive.jl
- Owner: notZaki
- License: mit
- Created: 2019-09-21T06:00:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T18:32:18.000Z (9 months ago)
- Last Synced: 2025-02-22T17:42:13.391Z (3 months ago)
- Topics: julia-package, tcia-dac
- Language: Julia
- Homepage:
- Size: 502 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://notZaki.github.io/CancerImagingArchive.jl/stable)
[](https://notZaki.github.io/CancerImagingArchive.jl/dev)
[](https://github.com/notZaki/CancerImagingArchive.jl/actions)
[](https://codecov.io/gh/notZaki/CancerImagingArchive.jl)A Julia interface for [The Cancer Imaging Archive (TCIA) REST-API](https://wiki.cancerimagingarchive.net/display/Public/TCIA+Programmatic+Interface+%28REST+API%29+Usage+Guide)
## Installation
The package can be installed by
```julia
julia> ]add CancerImagingArchive
```## Usage
The [documentation pages](https://notZaki.github.io/CancerImagingArchive.jl/stable) provide details/examples of how to use the package.
## Notes
This is **not** an official project of The Cancer Imaging Archive. If any problems are experienced with this package, then please open a [new issue here](https://github.com/notZaki/CancerImagingArchive.jl/issues).
Please follow the [Data Usage Policies and Restrictions](https://wiki.cancerimagingarchive.net/display/Public/Data+Usage+Policies+and+Restrictions) outlined in the TCIA wiki.
If this package is helpful, then great! There is no need to cite the package itself.
However, any manuscript produced using data from TCIA should cite:1. TCIA [[link]](https://www.ncbi.nlm.nih.gov/pubmed/23884657)
```
Clark K, Vendt B, Smith K, et al. The Cancer Imaging Archive (TCIA): Maintaining and Operating a Public Information Repository. Journal of Digital Imaging. 2013; 26(6): 1045-1057. doi: 10.1007/s10278-013-9622-7.
```
2. All citations specific to the datasets that were used. These details are mentioned on the [TCIA wiki](https://wiki.cancerimagingarchive.net/display/Public/Data+Usage+Policies+and+Restrictions).