Ivy includes 2 command line tools:
ivy
is detection tool for RNA editing events.edit_bench
is benchmarking tool to test the detection accuracy.The required dependencies to install the Ivy is pysam
, pyVCF
, fisher
, and matplotlib
.
pip install numpy
pip install matplotlib
python setup.py install
Ivy is available under the GPLv2 license. See the LICENSE
file for more information.