Skip to content

bioasp/exdesi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

405d9ff · Jan 9, 2020

History

88 Commits
Oct 18, 2017
Mar 28, 2019
Mar 29, 2018
Feb 28, 2019
Mar 1, 2019
Nov 25, 2014
Mar 1, 2019
Jan 9, 2020
Jun 22, 2016
Mar 1, 2019

Repository files navigation

PyPI version

Installation

You can install exdesi by running:

> pip install --user exdesi

On Linux the executable scripts can then be found in ~/.local/bin and on MacOS the scripts are under /Users/YOURUSERNAME/Library/Python/3.5/bin.

Usage

Typical usage is:

> exdesi.py candidate_directory experimental_variables_file

For more options you can ask for help as follows::

> exdesi.py -h
usage: exdesi.py [-h] [--best_set BEST_SET] [-x EXCLUDE] networkfiles experivarfile

positional arguments:
  networkfiles          directory of influence graphs in SIF format
  experivarfile         experimental variables

optional arguments:
  -h, --help            show this help message and exit
  --best_set BEST_SET   compute best set of experiments maximal number of
                        experiments, default is OFF, 0=unlimited
  -x EXCLUDE, --exclude EXCLUDE
                        exclude experiments described in file EXCLUDE

Example

Sample files available in the data directory. A sample call would be:

> exdesi.py in_silico_HEK293/candidates_round1/ in_silico_HEK293/expvars.txt -x in_silico_HEK293/exclude1.txt

About

Design experiments to differentiate interaction graph models

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published