Code Monkey home page Code Monkey logo

liquid-chromatin-hi-c's Introduction

Liquid-Chromatin-Hi-C

LC-HiC

All code developed for the analysis of Liquid-Chromatin Hi-C assays.

A majority of code performs downstream analysis of Hi-C interaction matrices in cworld compatible HDF5 format:

with ongoing devlopment for compatibility with cooler format:

Usage Examples

Calculating Loss of Structure (LOS)

# Scale control Hi-C matrix and predigested Hi-C matrix
src/liquid_chromatin_HiC/scale.py -i control.hdf5
src/liquid_chromatin_HiC/scale.py -i predigest.hdf5

# Calculate 6 Mb cis percentage for scaled matrices
src/liquid_chromatin_HiC/hdf2RangeCisPercent.py -i control_scaleBy_x.hdf5
src/liquid_chromatin_HiC/hdf2RangeCisPercent.py -i predigest_scaleBy_x.hdf5

# Calculate LOS from cis percent bedGraphs
src/scripts/LOS.R -i predigest_cispercent.bedGraph -m control_cispercent.bedGraph

Calculating t1/2

# With all *LOS.bedGraphs from multiple timepoints in directory
src/scripts/make_LOS_table.R
# With output LOS table of all timepoints
src/scripts/get_half_life_exponential.R -i LOS_40kb.txt -f True

Contributing to liquid-chromatin-Hi-C

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome!

References

Houda Belaghzal*, Tyler Borrman*, Andrew D. Stephens, Denis L. Lafontaine, Sergey V. Venev, Zhiping Weng, John F. Marko, Job Dekker. (2019). Compartment-dependent chromatin interaction dynamics revealed by liquid chromatin Hi-C. bioRxiv

License

GNU General Public License v3.0

liquid-chromatin-hi-c's People

Contributors

sergpolly avatar tborrman 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.