Genome Contact Map Explorer - gcMapExplorer
latest
  • Requirements and Installation
  • How to use gcMapExplorer?
  • Genome Contact Map Browser
  • About file formats
    • gcmap file
    • ccmap file
    • genomic track HDF5 (h5) file
  • Normalization of Hi-C maps
  • Frequently asked questions
  • Download example datasets
  • Summary of Python Modules
  • Examples using Python Modules
  • Python Modules documentation
Genome Contact Map Explorer - gcMapExplorer
  • Docs »
  • File formats
  • Edit on GitHub

File formatsΒΆ

gcMapExplorer uses three format of files. Both gcmap and genomic track file are in HDF5 format while ccmap file is in numpy memmap format.

  • gcmap file
    • Structure of gcmap file
    • Compression
    • Portability and Readability
    • Convert Hi-C data to gcmap
      • coo2cmap : convert COO sparse matrix format
      • pairCoo2cmap : convert pair COO sparse matrix format
      • homer2cmap : convert HOMER Hi-C matrix format
      • bc2cmap : convert Bin-Contact pair files
      • hic2gcmap : convert hic files
      • cmapImporter : An application to convert Hi-C formats to ccmap/gcmap
  • ccmap file
    • Why two files?
    • Advantages of memory mapped matrix file
    • Contents of *.ccmap file
  • genomic track HDF5 (h5) file
    • Downsampling or Coarsening of datasets
    • Structure of genomic track (.h5) file
    • Compression
    • Convert bigWig/wig/bed to genomic track h5 file
      • h5Converter : A GUI application to convert bigWig/wig/bed
      • bigwig2h5 : convert bigWig to h5
      • wig2h5 : convert wig to h5
      • bed2h5 : convert bed to h5
      • encode2H5 : download and convert ENCODE datasets to h5
Next Previous

© Copyright 2016-2017, Rajendra Kumar, Ludvig Lizana, Per Stenberg Revision 58653b4f.

Built with Sphinx using a theme provided by Read the Docs.