Git Product home page Git Product logo

boost-hic's Introduction

Boost-HiC

Software requiered

Boost-HiC current implementation is in python 3 and need the current list of package : -h5py -numpy -copy -sklearn -scipy -skimage

Input :

Boost-HiC use HiC-Pro output format (described in : http://nservant.github.io/HiC-Pro/MANUAL.html#browsing-the-results ) for raw contact map.

The contact map is stored in tab separated file as : bin_i / bin_j / counts_ij Only no zero values are stored. Contact map are symmetric

The bin are described in a separated bed file which give the genomic coordinate of each bin.

In a first step, the contact map are convert in hdf5 by the pipeline.

How to use it

The script is made to be most easy to use ad possible, just eddit the file main.py and run it as : python main.py

Important parameter are : -bedfilename : bed file of genomic coordinate of each bin -Operation : 'Boost' or 'Sample' -repositoryout : where output file are stored

-resolution : default is 10000 basepair, change it if you need -alpha : the alpha used to Boost-HiC

Some usefull tool are available in HiCtools.py if you need to made your own script.

Output :

Every ouput contact map are stored in hdf5 with the key 'data' in the hdf5 dict.

-inputmat.hdf5 : The contact map that is load in .matrix at the begin, just convert in hdf5 -inputmat_filtered.hdf5 : The original contact map with some filtered bin -filteredbin.txt : list of raw/col that are filtered or not in the contact map as a boolean list. -boostedmat.hdf5 : The input mat improved by BoostHiC procedure.

boost-hic's People

Contributors

leopoldc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.