Miscellaneous Utility Functions
Create a visualisation of the inheritance tree using treelib.
Source code in biocypher/_misc.py
Convert snake_case to sentence case.
s: Input string in snake_case
string in sentence case form
Source code in biocypher/_misc.py
Convert sentence case to PascalCase.
s: Input string in sentence case
sep: Separator for the words in the input string
string in PascalCase form