## Not run:
# # Load the Lateral root transcriptomic dataset
# data(LR_dataset)
#
# # Load the vector of gene codes, gene names and prior
# data(l_genes)
# data(l_names)
# data(l_prior)
#
# # Load the vector of time points for the LR_dataset
# data(times)
#
# # Build a very small DPI database (3 genes)
# DPI_example=CalculateDPI(dataset=LR_dataset,l_genes=l_genes[4:6],l_prior=l_prior[4:6],
# times=times,time_step=1,N=5000,ks_int=c(0.5,3),kd_int=c(0.5,3),delta_int=c(0.5,3),
# noise=0.15,delay=3)
#
# # Add one gene in the database
# DPI_example=UpdateDPI(DPI_example,dataset=LR_dataset,l_genes[4:7],l_prior[4:7])
# ## End(Not run)
Run the code above in your browser using DataLab