https://github.com/saezlab/cellnoptr
Training of boolean logic models of signalling networks using prior knowledge networks and perturbation data.
https://github.com/saezlab/cellnoptr
Last synced: over 1 year ago
JSON representation
Training of boolean logic models of signalling networks using prior knowledge networks and perturbation data.
- Host: GitHub
- URL: https://github.com/saezlab/cellnoptr
- Owner: saezlab
- Created: 2018-01-08T10:12:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T09:29:01.000Z (over 2 years ago)
- Last Synced: 2025-03-28T05:51:01.538Z (over 1 year ago)
- Language: R
- Homepage:
- Size: 18.2 MB
- Stars: 11
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: ChangeLog
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
CellNOptR
=========
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://bioconductor.org/checkResults/release/bioc-LATEST/CellNOptR)
Training of boolean logic models of signalling networks using prior knowledge networks and perturbation data.
- Please visit [CellNOptR](https://saezlab.github.io/CellNOptR/) for details about the project (references, news, ...)
## Installation:
Before starting, make sure you have installed the latest version of R. For more information and download
of R, please refer to [R project page](http://www.r-project.org/) . For more information about how to
install R packages, please refer to [Installing packages](http://cran.r-project.org/doc/manuals/R-admin.html#Installing-packages).
### Standard installation from Bioconductor
To install CellNOptR, type:
```
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("CellNOptR", version = "3.8")
```
Then, you can also install other CellNOptR related packages::
```
BiocManager::install("CNORdt")
BiocManager::install("CNORfeeder")
BiocManager::install("CNORfuzzy")
BiocManager::install("CNORode")
```
### Installation from GitHub
Using the `devtools` package you can install the latest version from the GitHub repository:
```
if(!require("devtools")) install.packages("devtools") # installs devtools package if not already installed
devtools::install_github("saezlab/CellNOptR", build_vignettes = TRUE)
```
To see the documentation of the package and a few examples, please type:
```
vignette("CellNOptR-vignette")
```
### Install from a local copy of the package:
install CellNOptR from a tar ball as follows:
```
install.packages("path_to_CellNOptR/CellNOptR_1.0.0.tar.gz", repos=NULL, type="source")
```
or, using the R GUI by clicking on "Packages & Data" then "Package installer", then choosing "local source"
from the dropdown menu, clicking "install", choosing CellNOptR.1.0.0.tar.gz
and finally clicking "open".
## Feedbacks, bug reports, features
Feedbacks and bugreports are always very welcomed!
Please use the Github issue page to report bugs or for questions: https://github.com/saezlab/CellNOptR/issues.
Many thanks!
## Code of Conduct
Please note that the CellNOptR project is released with a [Contributor Code of Conduct](http://bioconductor.org/about/code-of-conduct/). By contributing to this project, you agree to abide by its terms.