siibra.features.tabular.layerwise_cell_density

Module Contents

Classes

LayerwiseCellDensity

Represents a table of different measures anchored to a brain location.

class siibra.features.tabular.layerwise_cell_density.LayerwiseCellDensity(segmentfiles: list, layerfiles: list, anchor: siibra.features.anchor.AnatomicalAnchor, datasets: list = [], id: str = None)
Inheritance diagram of siibra.features.tabular.layerwise_cell_density.LayerwiseCellDensity

Represents a table of different measures anchored to a brain location.

Columns represent different types of values, while rows represent different samples. The number of columns might thus be interpreted as the feature dimension.

As an example, receptor fingerprints use rows to represent different neurotransmitter receptors, and separate columns for the mean and standard deviations measure across multiple tissue samples.

property data
property key
DESCRIPTION = 'Layerwise estimated densities of detected cell bodies  (in detected cells per 0.1 cube...'
classmethod CELL_READER(b)
classmethod LAYER_READER(b)