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 CancerImagingArchive

Once installed, the package can be loaded via

julia> using CancerImagingArchive

Usage

The module contains about a dozen Functions and a guide with some examples is included in the next section.