phylovelo.elegans_util

Classes

Trie

Trie to build phylogenetic tree for C.elegans by it's lineage

Module Contents

class Trie

Trie to build phylogenetic tree for C.elegans by it’s lineage

children
isend = False
insert(word: str) None
search(word: str) bool
distance(word1: str, word2: str) int
get_descendant(word: str) set
get_neighbors(word: str) tuple