#############################################
## Run inference using one chain
#############################################
# Load A. thaliana circadian clock ODE generated data
data(Athaliana_ODE)
# Folder where raw runs will be kept and analysed
output.folder <- paste(tempdir(), "/Example_LinearNet", sep="")
# Run network inference, place raw results in output.folder
# Run just one chain for example purpose
LinearNet(output.folder, Athaliana_ODE, chains = 1)
###########################
## Read chain
###########################
chain1 <- read.chain(output.folder, 1)
Run the code above in your browser using DataLab