Check the source code
online
def child_ids(structure, structure_list):
docstring:
no docstring
Check the source code
online
def get_structures_tree(structures_list):
docstring:
Creates a 'tree' graph with the hierarchical organisation of all
structures
Check the source code
online
def add_descendants_to_tree(structures_list, id_to_acronym_map, tree,
structure_id, parent_id):
docstring:
Recursively goes through all the the descendants of a region and adds
them to the tree