影响图分析、一致性检查、诊断、修复和预测。

ingranalyze的Python项目详细描述


安装

您可以通过运行以下命令安装Ingranalyze:

$ pip3 install --user ingranalyze

在Linux上,可执行脚本可以在~/.local/bin

中找到。

在macos上,脚本位于/Users/YOURUSERNAME/Library/Python/3.2/bin下。

用法

典型用法是:

$ ingranalyze.py --mics --repair 5 networkfile observationfile

有关更多选项,您可以按以下方式寻求帮助:

$ ingranalyze.py -h
usage: ingranalyze.py [-h] [--mics] [--repair {1,2,3,4,5}] [--list_repairs] networkfile observationfile
positional arguments:
  networkfile           influence graph in bioquali format
  observationfile       observations in bioquali format

optional arguments:
  -h, --help            show this help message and exit
  --mics                compute minimal inconsistent cores
  --repair {1,2,3,4,5}  choose repair method: 1 flip observed variations, 2
                        flip influences, 3 define network nodes as inputs, 4
                        define network nodes as input in an experiment (use
                        only in case of multiple experiments), 5 add
                        influences. default is 3
  --list_repairs        compute all minimal repair sets

样本

酵母样本文件可在这里找到:yeast_guelzim.netyeast_snf2.obs

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Linux的java字符串命令   java parseInt和viewflipper布局问题   java正则表达式来平衡括号   mysql与数据库的Java连接   java将JFreeChart系列名称映射到系列索引   多线程如何使用信号量在Java中对哲学家进行编码?   oop特殊变量“this”如何准确地知道在JAVA程序中引用哪个对象?   Android上的java getType   当前值/单元格POI上的java Excel公式   代码中有错误(java.awt.image.RasterFormatException)   java改造2,参数转换   未找到java JSF 2 Ajax属性   JAVArmi。服务器在OpenJDK 8中,useCodebaseOnly默认为true   java如何用final实现静态?   对付Java语法冗长的最佳IDE宏工具?   java@Transactional不回滚