This is a R package developed to design and simulate digital logic circuits implemented in formal Chemical Reaction Networks (CRN) and DNA-based reaction networks using Strand Displacement reactions.
This package uses DNAr.
Firstly, using the R console, install the devtools package:
install.packages("devtools")After that, just install the DNAr package:
library(devtools)
devtools::install_github('renanmarks/dnarlogic')