neuromaps_mouse.regions.get_feature_allenccfv3
- neuromaps_mouse.regions.get_feature_allenccfv3(data, in_col='acronym', out_col='id', data_dir=None, verbose=1)[source]
Get a feature value for each region from the Allen CCFv3 structure graph.
Unlike
query_structure_graph_allenccfv3, this function accepts None/NaN values and returns None for those entries.- Parameters:
data (array-like) – Input values (may include None/NaN).
in_col (str, optional) – Column to index by. Default is ‘acronym’.
out_col (str, optional) – Column to return values from. Default is ‘id’.
data_dir (str or Path, optional) – Base data directory. If None, uses the default. Default is None.
verbose (int, optional) – Verbosity level. Default is 1.
- Returns:
Feature values, with None for any None/NaN inputs.
- Return type: