CodonU.vizualizer.plot_phy_nex

Module Contents

Functions

plot_phy_nex(handle[, title, save_image, folder_path])

Plots phylogenetic tree from nexus file

CodonU.vizualizer.plot_phy_nex.plot_phy_nex(handle: str, title: str = 'Phylogenetic Tree', save_image: bool = False, folder_path: str = 'Report')

Plots phylogenetic tree from nexus file

Parameters:
  • handle – Handle to the nexus file

  • title – Title of the plot

  • save_image – Options for saving the image (optional)

  • folder_path – Folder path where image should be saved (optional)