phylovelo.elegans_util ====================== .. py:module:: phylovelo.elegans_util Classes ------- .. autoapisummary:: phylovelo.elegans_util.Trie Module Contents --------------- .. py:class:: Trie Trie to build phylogenetic tree for C.elegans by it's lineage .. py:attribute:: children .. py:attribute:: isend :value: False .. py:method:: insert(word: str) -> None .. py:method:: search(word: str) -> bool .. py:method:: distance(word1: str, word2: str) -> int .. py:method:: get_descendant(word: str) -> set .. py:method:: get_neighbors(word: str) -> tuple