Introduction
The CancerImagingArchive.jl module provides a Julia interface for exploring and downloading imaging data from The Cancer Imaging Archive (TCIA) via their REST API.
Installation
This module can be installed by:
julia> ]add CancerImagingArchiveOnce installed, the package can be loaded via
julia> using CancerImagingArchiveUsage
The module contains about a dozen Functions and a guide with some examples is included in the next section.