PhyloTree.del_clone#
missionbio.plotting.phylotree.PhyloTree.del_clone
- PhyloTree.del_clone(name: str)#
Remove a subclone from the tree.
Its children will be assigned to its parent. The description of the children will be concatenated with the description of the removed subclone.
- Parameters:
- namestr
The name of the subclone to remove from the tree.
< Class PhyloTree