{"id":24529003,"url":"https://github.com/saezlab/cnorode","last_synced_at":"2025-10-06T13:22:23.709Z","repository":{"id":43039778,"uuid":"117529931","full_name":"saezlab/CNORode","owner":"saezlab","description":"add-on for CellNOptR using logic based differential equations","archived":false,"fork":false,"pushed_at":"2024-02-27T09:26:27.000Z","size":1120,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T07:37:34.952Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saezlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-15T10:15:27.000Z","updated_at":"2021-10-13T09:31:28.000Z","dependencies_parsed_at":"2025-01-22T07:34:30.648Z","dependency_job_id":"6b169ee1-72f8-4faa-9289-4fd4bdf16c74","html_url":"https://github.com/saezlab/CNORode","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saezlab%2FCNORode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saezlab%2FCNORode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saezlab%2FCNORode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saezlab%2FCNORode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saezlab","download_url":"https://codeload.github.com/saezlab/CNORode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243769947,"owners_count":20345215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-22T07:34:25.335Z","updated_at":"2025-10-06T13:22:18.686Z","avatar_url":"https://github.com/saezlab.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CNORode: a logic based ordinary differential equation add-on for CellNOptR\n\nThis version of CNORode is a continuation of the [CNORode2017](https://github.com/saezlab/CNORode2017) package. CNORode2017 was lamor equivalent to CNORode with some added features, such as the sparsity enforcing\nregularisation and parameter uncertainty analysis based on bootstrapping. \nMaintaining two packages are time consuming, therefore we decided to merge the packages and continue with CNORode2017.\n\nThe older version of CNORode can be downloaded from [release_v1.23](https://github.com/saezlab/CNORode/releases/tag/v1.23.0)\n\n## Where to start\nWe refer to the [*vignette*](https://www.bioconductor.org/packages/release/bioc/vignettes/CNORode/inst/doc/CNORode-vignette.pdf)\nfor learning usage of the classic CNORode. \n\nThe added features of the CNORode2017 are summarised on the main site of [CNORode2017](https://github.com/saezlab/CNORode2017). \n\nFor more general information about the CellNOpt project visit: http://www.cellnopt.org/.\n\n\n### How to install\n\n*CNORode* requires *CellNOptR* and *MEIGOR* which are available in Bioconductor and can be installed typing:\n\n```R\nsource(\"https://bioconductor.org/biocLite.R\")\nbiocLite(\"CellNOptR\")\nbiocLite(\"MEIGOR\")\n```\n\nAlternatively, you can obtain the most recent version of *CellNOptR* from our GitHub repository:\n\n```R\nlibrary(devtools)\ninstall_github(\"saezlab/CellNOptR\")\n```\n\n*CNORode* can be installed from this repository by typing:\n\n```R\nlibrary(devtools)\ninstall_github(\"saezlab/CNORode\")\n```\n\nInstall the developement version of CNORode:\n```R\nlibrary(devtools)\ninstall_github(\"saezlab/CNORode\",ref=\"crossval\", build_vignettes = TRUE)\n```\n\n\n### Basic info on logic based ODE and CNORode\nFor an introduction on logic based ODE we recommend reading the original publication [(Wittmann et al., BMC Syst Biol., 2009)](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2764636/). Briefly, logic based ODE are ordinary differential equations (ODE) derived from logic rules using continuous update function (*B\u003csub\u003ei\u003c/sub\u003e*), which allows to have a continuous description of the behaviour of the species of interest both in time and in state. Each species *x\u003csub\u003ei\u003c/sub\u003e* is described by an ODE:\n\n*d(x\u003csub\u003ei\u003c/sub\u003e)/dt=\u0026tau;\u003csub\u003ei\u003c/sub\u003e(B\u003csub\u003ei\u003c/sub\u003e(f(x\u003csub\u003ei1\u003c/sub\u003e), f(x\u003csub\u003ei2\u003c/sub\u003e), ..., f(x\u003csub\u003eiN\u003c/sub\u003e))-x\u003csub\u003ei\u003c/sub\u003e)*\n\nwhere *\u0026tau;\u003csub\u003ei\u003c/sub\u003e* is the life-time of the species and *x\u003csub\u003ei1\u003c/sub\u003e, x\u003csub\u003ei2\u003c/sub\u003e, ... x\u003csub\u003eiN\u003c/sub\u003e* are its *N* regulators. Each regulation is described by a transfer function *f(x\u003csub\u003eij\u003c/sub\u003e)* which can be, for example, a linear relationsip or a sigmoidal (Hill like) curve.\n\n### New features of *CNORode2017*\nPlease visit [CNORode2017](https://github.com/saezlab/CNORode2017). \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaezlab%2Fcnorode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaezlab%2Fcnorode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaezlab%2Fcnorode/lists"}