custom_classes.get_class_hierarchy

custom_classes.get_class_hierarchy(entry_class, out_list=[])

Given a SequenceInterval, this will return the entire class hierarchy

Parameters

Name Type Description Default
entry_class SequenceInterval Entry class to search the hierarchy for required
out_list list Used internally for recursive search. Defaults to []. []

Returns

Type Description
list[SequenceInterval] The class hierarchy

Reuse

GPLv3