pasteur.mare.chains.get_children

Contents

pasteur.mare.chains.get_children#

pasteur.mare.chains.get_children(ids)[source]#

Returns a graph of the children relationships in the dataset, based on the id table.

I.e. if there is a dataset with tables A, B, C, D, where C -> B -> A and D -> B, the function returns`{‘A’: {‘B’: {‘C’, ‘D’}}}`