cellsystem.utils package

Submodules

cellsystem.utils.tree module

class cellsystem.utils.tree.Tree(tree=None)[source]

Bases: object

Wrapper for the ETE Tree class with some extra conveniences.

copy()[source]

Make a copy of the tree.

prune_leaves(to_stay)[source]

Prune tree branches to leave only the leaves in to_stay.

show(*args, inline=False, styling=None, savefig=None, **kwargs)[source]

Display the tree.

Module contents