verkkofillet.pl.nodeMashmapBlockSize

verkkofillet.pl.nodeMashmapBlockSize#

verkkofillet.pl.nodeMashmapBlockSize(mashmap_out, node, showNum=10, width=8, height=5, save=True, figName=None, force=False)[source]#

Plot the top 10 nodes with the largest block size aligned to a specific node.

Parameters:
  • mashmap_out (str) – The Mashmap output file.

  • node (str) – The node to which the other nodes are aligned.

  • showNum (int) – The number of nodes to display. Default is 10.

  • width (int) – The width of the plot. Default is 8.

  • height (int) – The height of the plot. Default is 5.

  • save (bool) – Whether to save the plot. Default is True.

  • figName (str) – The name of the figure file. Default is None.