CellNOpt homepage|cellnopt.core 1.0.0 documentation

CellNOpt.CORE documentation

cellnopt.core

_images/network.png

Motivation

Cellnopt.core is a pure Python library that provides core functions to manipulate signalling data. It provides functions to create and manipulate networks that can be used later on with MIDAS files (phosphorylation measurements). You can read/write data formats such as SIF and MIDAS that are used in CellNOptR.

It does not provide any logical formalism to simulate or optimise the network to the data. It is rather intended to be a package dedicated to the pre and post processing of signalling pathways.

Installation

cellnopt.core has a dependencies on pandas, which requires cython. So, you need to install cython first.

All other dependencies should be installed automatically (networkx, numpy, matplotlib).

pip install easydev
pip install cython
pip install cellnopt.core