siibra.configuration.factory

Module Contents

Classes

Factory

Functions

build_type(type_str)

class siibra.configuration.factory.Factory
classmethod build_activity_timeseries(spec)
classmethod build_atlas(spec)
classmethod build_cell_density_fingerprint(spec)
classmethod build_cell_density_profile(spec)
classmethod build_connectivity_matrix(spec)
classmethod build_ebrains_dataset(spec)
classmethod build_map(spec)
classmethod build_parcellation(spec)
classmethod build_point(spec)
classmethod build_pointset(spec)
classmethod build_receptor_density_fingerprint(spec)
classmethod build_receptor_density_profile(spec)
classmethod build_region(spec)
classmethod build_section(spec)
classmethod build_space(spec)
classmethod build_volume(spec)
classmethod build_volume_of_interest(spec)
classmethod extract_anchor(spec)
classmethod extract_connector(spec)
classmethod extract_datasets(spec)
classmethod extract_decoder(spec)
classmethod extract_volumes(spec, space_id: str = None, names: List[str] = None, name_prefix: str = '')
classmethod from_json(spec: dict)
siibra.configuration.factory.build_type(type_str: str)