morphology_workflows.placeholders

Placeholders functions.

Module Contents

Functions

select_population(→ neurom.core.Population)

Compute the placeholder values for a given region - mtype couple.

compute_placeholders(→ pandas.DataFrame)

Compute the placeholder values for a given region - mtype couple.

Attributes

logger

DEFAULT_CONFIG

morphology_workflows.placeholders.logger
morphology_workflows.placeholders.DEFAULT_CONFIG
morphology_workflows.placeholders.select_population(input_morphologies: str, region: str | None, mtype: str | None) neurom.core.Population

Compute the placeholder values for a given region - mtype couple.

morphology_workflows.placeholders.compute_placeholders(input_morphologies: str, global_config: dict | None = None, nb_jobs: int = 1) pandas.DataFrame

Compute the placeholder values for a given region - mtype couple.