Skip to content

Two command line tools for restoring missing areas of Hi-C maps

Notifications You must be signed in to change notification settings

Khrameeva-Lab/HiCRestorationTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HiCRestorationTools

Two command line tools (Neural network and simple interpolation) for restoring missing areas in Hi-C maps

Usage

Simple interpolation model:

python3 neural_network.py PATH_TO_YOUR_COOL_FILE [DEFECT_THRESHOLD]

Neural network model:

python3 interpolation.py PATH_TO_YOUR_COOL_FILE [DEFECT_THRESHOLD]

DEFECT_THRESHOLD is an optional argument which defines minimal percent of non-zero values in row/column for this row/column to be valid. By default DEFECT_THRESHOLD is set to 5%.

About

Two command line tools for restoring missing areas of Hi-C maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages