File format specification: v1.0
File reader documentation: link
This is the package for statistical analysis
-
Install python3, with packages
emcee
(<=2.2.1),h5py
,hic
,numpy
,PyYAML
,scikit-learn
(>= 0.18),scipy
,pandas
,pathlib
,hsluv
,matplotlib
. Use pip to install them if needed -
If you don't have R, download R from here
-
Open an R Console instance by opening the R app or by typing R in the command line.
-
In the R console, type the command
install.packages('lhs')
and pick an appropriate download mirror if prompted. To ensure the package was properly installed, typelibrary(lhs)
in the R console. If that command runs without error, the package is installed. Close the R console by typingquit()
. -
Clone this git repository
-
Open Terminal (OSX, Linux) or Windows Command Prompt (Windows).
-
Navigate to the downloaded/cloned git repository.
-
Type:
jupyter notebook
. This will open Jupyter iPython Notebook in a web browser. In Jupyter, openExample.ipynb
, and run the first cell. If it runs without error, then you should be properly set up for the program. -
Execute all cells for an example of an analysis