hicstuff

December 19, 2018 ยท View on GitHub

PyPI version PyPI - Python Version Read the docs License: GPLv3 Code style: black

A lightweight library that generates and handles Hi-C contact maps in either CSV or instaGRAAL format.

Installation

   pip3 install hicstuff

Usage

Contact map generation

    yahcp -1 reads_forward.fastq -2 reads_reverse.fastq -f genome.fa [-s size] [-o output_directory] [-e enzyme] [-q quality_min] [--duplicates] [--clean-up]

See yahcp for more information.

Contact map visualization

    vizmap -h

Library

See the documentation on reathedocs.

Contents

  1. 1Installation
  2. 2Usage
  3. 2.1Contact map generation
  4. 2.2Contact map visualization
  5. 2.3Library