Skip to main content

Dynamic modelling of cellular signalling networks.

Project description

About SELDOMpy

SELDOMpy is a Python package that generates dynamic models of cell signalling networks from experimental data. The SELDOMpy algorithm consists of the following steps:

  • Calculation of the adjacency matrix of the network from the mutual information between all possible pairs of nodes.
  • Generation of an initial dynamic network model from the adjacency matrix above.
  • Optimisation of the value obtained from the simulation of the model.
  • Reduction of the number of model arrow arcs using the Akaike criterion.
  • Simulation and saving of the final model and graphs obtained from its simulation.

SELDOMpy implements the algorithm from the R package SELDOM. The purpose of SELDOMpy is to create a more accessible and user-friendly tool than SELDOM. It works well with simple networks, but it is not as efficient as SELDOM in larger networks since it does not have such specific optimization tools.

SELDOMpy was created by Luis Prado López, pradolopezluis@gmail.com, under the supervision of Alejandro F. Villaverde, afvillaverde@uvigo.gal and David Saque Henriques, davidh@iim.csic.es.

Installation and requirements

SELDOMpy requires Python 3. It also consists of .c files, so there are 2 installation possibilities:

a) If you are using a 64-bit Windows with Python 3.8: You can install SELDOMpy directly using the following command:

pip install SELDOMpy

b) If you are using other Python versions and operating systems: You need to have a C compiler installed (such as Visual Studio) and follow the commands below:

pip install numpy

python -m pip install pip==22.0.4

pip install SELDOMpy

Once installed you can update pip to the latest version if you wish using python -m pip install --upgrade pip

Getting started

The first thing is to install the package as indicated above depending on your terminal. To be able to use SELDOMpy in your Python project you can import all its functions with the following command:

from SELDOMpy import *

Once imported, you can perform the steps indicated in the first section following the PDF manual that includes the package.

Results

The results of the final cell signaling network model are saved in a binary file (in the path indicated by the user). These results can be imported into Python if the user wishes and thus check the values of the model. You can also plot the results obtained from the simulation of the final model together with the experimental measurements of the nodes to verify that the modeling was performed correctly using the plot_results function.

More information about SELDOMpy can be found in the SELDOMpy manual

Disclaimer

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SELDOMpy-0.9.9.tar.gz (260.4 kB view details)

Uploaded Source

Built Distribution

SELDOMpy-0.9.9-cp38-cp38-win_amd64.whl (539.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

File details

Details for the file SELDOMpy-0.9.9.tar.gz.

File metadata

  • Download URL: SELDOMpy-0.9.9.tar.gz
  • Upload date:
  • Size: 260.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.0

File hashes

Hashes for SELDOMpy-0.9.9.tar.gz
Algorithm Hash digest
SHA256 5921696776e90d54f1dd37940ffe00b7282ae18f55c75af8012f9349bfeaf355
MD5 0e0bbf68e964a1569840aee268eacc71
BLAKE2b-256 002370aa2c3b7b7acaec975e9932bd8c6f75c84068615791d7ec9e8d050db099

See more details on using hashes here.

File details

Details for the file SELDOMpy-0.9.9-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: SELDOMpy-0.9.9-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 539.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.0

File hashes

Hashes for SELDOMpy-0.9.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 adb600a51f3bf06fef3995c26a2c02d1eff4baeacc63b033274c5f04a7d091d0
MD5 df541d087ee3d68d98391c841ce7f551
BLAKE2b-256 cffd55148fcbd4b491569b925910992a7dbfb4cf630ee94833bee16e50f9e330

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page