Skip to content

michaelhabeck/isdhic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isdhic

This Python package implements a minimal version of Inferential Structure Determination (ISD) and can be used to calculate structures of chromosomes from single-cell Hi-C data. More details can be found in Carstens et al. (2016).

Installation

  • Local installation
python setup.py install --prefix=${HOME}
  • Global installation
sudo python setup.py install

Dependencies

Install with

pip install numpy scipy csb

Optional (used in only test and application scripts)

Install with

pip install matplotlib

Usage

Examples for running ISD on single-cell chromosome data from Nagano et al. (2013) can be found in the scripts/ folder.

Execute the scripts run_hmc.py and analyze.py.

About

Inferential structure determination of chromosomes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published