Skip to content
carushi edited this page Jun 6, 2018 · 23 revisions

Welcome to reactIDR wiki!

How to start

git clone https://github.com/carushi/reactIDR
cd reactIDR/
python setup.py  build_ext -b reactIDR/
cd ../example && bash training.sh    # Run test

Requirement

  • python3
  • numpy
  • scikit-learn
  • optional
    • seaborn (for visualization)
    • pandas (for visualization)
    • pymc (for pvalue-based score modeling)

What is your input

key       <tab> score1          <tab> score2        <tab> (score3)
gene name <tab> 1;2;3;0;4;1;... <tab> 2;5;10;11;... <tab> ()
Clone this wiki locally