Define the path to voxel data and load lazily if required

load_aba_data(dir, lazy = TRUE)

Arguments

dir

The directory with loom files for each stage.

lazy

Logical. If TRUE, the data is only loaded into memory when required, if FALSE, the data is loaded right away.