verkkofillet.pl.percTel

Contents

verkkofillet.pl.percTel#

verkkofillet.pl.percTel(intra_telo, showContig=None, width=5, height=7, save=True, figName=None, force=False)[source]#

Generates a heatmap showing the telomere percentage by contig.

Parameters:
  • intra_telo – A DataFrame containing the telomere percentage data.

  • showContig – Columns to show in the heatmap. Default is None. If None, only the ‘contig’ column is shown.

  • width – Width of the plot. Default is 5.

  • height – Height of the plot. Default is 7.

  • save – If True, the plot is saved as a PDF file. Default is True.

  • figName – Name of the saved plot. Default is None. If None, the plot is saved as “figs/intra_telo.heatmap.pdf”.