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

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

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

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