Skip to content

vivekkohar/sRACIPE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sRACIPE

Stochastic analysis for Random Circuit Perturbation

sRACIPE implements a randomization-based method for gene circuit modeling. It allows us to study the effect of both the gene expression noise and the parametric variation on any gene regulatory circuit (GRC) using only its topology, and simulates an ensemble of models with random kinetic parameters at multiple noise levels. Statistical analysis of the generated gene expressions reveals the basin of attraction and stability of various phenotypic states and their changes associated with intrinsic and extrinsic noises. sRACIPE provides a holistic picture to evaluate the effects of both the stochastic nature of cellular processes and the parametric variation.

If you use sRACIPE, please consider citing our paper Role of noise and parametric variation in the dynamics of gene regulatory circuits published in npj Systems Biology and Applications.

Installation

if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("sRACIPE")

Or install the github version for new features. This will allow installation of most recent sRACIPE even if you are using older R and Bioconductor.

library(devtools)
install_github(“vivekkohar/sRACIPE”)

Build Reports

  • Bioconductor Release – Bioconductor Release
  • Bioconductor devel – Bioconductor devel