siibra.features.tabular.layerwise_bigbrain_intensities

Module Contents

Classes

LayerwiseBigBrainIntensities

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

class siibra.features.tabular.layerwise_bigbrain_intensities.LayerwiseBigBrainIntensities(anchor: siibra.features.anchor.AnatomicalAnchor, means: list, stds: list)
Inheritance diagram of siibra.features.tabular.layerwise_bigbrain_intensities.LayerwiseBigBrainIntensities

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.

DESCRIPTION = 'Layerwise averages and standard deviations of of BigBrain staining intensities computed by...'