Skip to content

Implementation of the INtERAcT algorithm

License

Notifications You must be signed in to change notification settings

oskoa/interact

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

INtERAcT

The interact package provide an implementation of INtERAcT (Interaction networks from vector representation of words) together with a selection of different metrics. Additionally, it exposes various utilities parse data from STRING DB, UniProt and files in gmt format.

INtERAcT is also available as a service on IBM Cloud. For details check the paper.

Installation

Setup of the virtual environment

We strongly recommend to work inside a virtual environment (venv).

Create the environment:

python3 -m venv venv

Activate it:

source venv/bin/activate

Install dependencies

pip3 install -r requirements.txt

Module installation

The module can be installed either in editable mode:

pip3 install -e .

Or as a normal package:

pip3 install .

Check the folder examples for a quick start on inferring interaction from an embedding using interact.

About

Implementation of the INtERAcT algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%