Git Product home page Git Product logo

seldompy's Introduction

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, [email protected], under the supervision of Alejandro F. Villaverde, [email protected] and David Saque Henriques, [email protected].

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/.

seldompy's People

Contributors

lupralo31 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.