Skip to content

Robustness and Plasticity in Regulatory Networks. The BoolNetPerturb package adds functions to BoolNet for perturbing Boolean Regulatory Networks. This functions can be used for the study of biological systems. This package is capable of labeling states, simulating multiple knock-outs and over-expressions and simulating fixed and transient pertu…

License

Notifications You must be signed in to change notification settings

mar-esther23/boolnet-perturb-0.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robustness and Plasticity in Regulatory Networks

The BoolNetPerturb package adds functions to BoolNet for perturbing Boolean Regulatory Networks. This functions can be used for the study of biological systems. This package is capable of labeling states, simulating multiple knock-outs and over-expressions and simulating fixed and transient perturbations in the states and trajectory of a network. See the Jupyter Tutorials for more examples.

Installation

Using devtools in R:

install.packages("devtools")
library(devtools)
install_github("mar-esther23/boolnet-perturb")

You can also install from source:

Download code from github and unzip.

Or clone the repository:

git clone https://github.com/mar-esther23/boolnet-perturb.git

In R run:

install.packages(path_to_file\boolnet-perturb, repos = NULL, type="source")

You can see the tutorials in github, but if you want to run them you need Jupyter and the Rkernel.

Jupyter Tutorials

  • Introduction
    • Robustness in biological systems
    • Boolean regulatory networks
    • Biological system: Th17/iTreg network
  • BoolNet
    • Installation
    • Construction
    • Attractors
    • Labels
  • Functions
    • Over-expression and knock-outs
    • Fixed environments
    • Truth tables
  • Updating
    • Synchronous vs asynchronous
    • Transition table
  • States and trajectories
    • Transient perturbations
    • Stochastic noise
  • Appendix
    • Simulation and model checking
    • Importing and exporting with SBML-qual

Do I dare

disturb the universe?

In a minute there is time

for decisions and revisions

which a minute will reverse.

About

Robustness and Plasticity in Regulatory Networks. The BoolNetPerturb package adds functions to BoolNet for perturbing Boolean Regulatory Networks. This functions can be used for the study of biological systems. This package is capable of labeling states, simulating multiple knock-outs and over-expressions and simulating fixed and transient pertu…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages