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, mtype: str) neurom.core.Population

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

morphology_workflows.placeholders.compute_placeholders(input_morphologies: str, region: str, mtype: str, config: Optional[dict] = None, output_path: Optional[str] = None) pandas.DataFrame

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