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.8.tar.gz (260.4 kB view details)

Uploaded Source

Built Distribution

SELDOMpy-0.9.8-cp38-cp38-win_amd64.whl (539.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

File details

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

File metadata

  • Download URL: SELDOMpy-0.9.8.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.8.tar.gz
Algorithm Hash digest
SHA256 cc7fe5d8afcd84b0aa639f969e087a62a530a5c45bd15d4a61844e43d5510d7b
MD5 e0b0a8d6cc69b48b027280ed4eb65df1
BLAKE2b-256 e0c2eba2f28b595340f8c4010ea35a809f50d6b8bace971105cf2300bbbc0ce7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: SELDOMpy-0.9.8-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 539.3 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.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0aba3f7d974d79c5458c8d705f071d7ba2c81b2810e586de09c68cfa9a3edd1b
MD5 26459057ccc10657295d5adca66a537a
BLAKE2b-256 151ee2ffb54d95eb04e2c11dd109754fe19e290c4a9ab4e2bf2a57159a503d92

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