Skip to contents

Reconstruct the full voxel-space data from the latent representation. This is computationally expensive and should be used sparingly.

Usage

reconstruct_voxels(x, rows = NULL, voxels = NULL, ...)

Arguments

x

A latent_dataset object

rows

Optional row indices (timepoints) to reconstruct

voxels

Optional voxel indices to reconstruct

...

Additional arguments

Value

Matrix of reconstructed voxel data (time × voxels)