Miscellaneous Utility Functions
Create a visualisation of the inheritance tree using treelib.
Source code in biocypher/biocypher/_misc.py
Convert PascalCase to sentence case.
s: Input string in PascalCase
string in sentence case form
Source code in biocypher/biocypher/_misc.py
Convert snake_case to sentence case.
s: Input string in snake_case
string in sentence case form
Source code in biocypher/biocypher/_misc.py
Convert sentence case to snake_case.
s: Input string in sentence case
string in snake_case form
Source code in biocypher/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