lib5c.writers.table module

Module for writing table files.

lib5c.writers.table.write_table(filename, counts_superdict, primermap, sep='\t')[source]

Writes a counts_superdict structure as a single table file.

Parameters
  • filename (str) – The filename to write to.

  • counts_superdict (counts_superdict) – The counts_superdict to write.

  • primermap (primermap or pixelmap) – Defines the FFLJs or bin-bin pairs.

  • sep (str) – The separator to use when writing the table file.