PouletAxel / SIP

SIP: Significant Interaction Peak caller
GNU General Public License v3.0
13 stars 3 forks source link

WARNING: We just noticed that the newest version of Juicer Tools (v1.22) interacts with SIPMeta in weird ways. Please use Juicer Tools v1.13 instead.

SIP

What is SIP?

SIP (Significant Interaction Peak caller) is a tool to identify and analyze loops that appear as high intensity signal in Hi-C maps. This program is written in java and can be run on Linux, Windows, or MAC systems and includes either command line options or a graphical user interface.

Follow the links below to get started:

Citing SIP

Rowley MJ, Poulet A, Nichols MH, Bixler BJ, Sanborn AL, Brouhard EA, Hermetz K, Linsenbaum H, Csankovszki G, Lieberman Aiden E, Corces G. Analysis of Hi-C data using SIP effectively identifies loops in organisms from C. elegans to mammals. Genome Research 2020.

SIP help menu:

SIP_HiC run with java 8.

SIP is implemented in java and includes achoice between command line options or a graphical user interface (plop.gui) allowing for more general use. This method is intended as an alternative loop caller especially for difficult to identify loops and works in conjunction with juicebox .hic files.

Usage

hic <hicFile> <chrSizeFile> <Output> <juicerToolsPath> [options]

cool <mcoolFile> <chrSizeFile> <Output> <cooltoolsPath> <coolerPath> [options]

processed <Directory with processed data> <chrSizeFile> <Output> [options]

Parameters:

Command line eg:

java -jar SIP_HiC.jar processed inputDirectory pathToChromosome.size OutputDir [options]

java -jar SIP_HiC.jar hic pathTohicFile pathToChromosome.size OutputDir juicer_tools.jar [options]

java -jar SIP_HiC.jar cool pathTomcoolFile pathToChromosome.size Output cooltoolsPath coolerPath [options]

Authors: