Preparing value data

From GenomeView Manual
Revision as of 17:02, 18 October 2013 by Thomas (talk | contribs) (Created page with "TDF is a binary file format that contains preprocessed summary information for display in a genome browser. This format is an alternative to wig and the bigwig formats and is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TDF is a binary file format that contains preprocessed summary information for display in a genome browser.

This format is an alternative to wig and the bigwig formats and is typically used for data that has a value per chromosomal position, like for example coverage data.

You can create TDF files directly from BAM files or from wig files.

Creating TDF files

  • bam2tdf: convert read alignment to coverage plot
  • wig2tdf: convert wig formatted data to tdf formatted data