From 3fedca87a7b155323a8ade2d90dd0647c8dc059f Mon Sep 17 00:00:00 2001 From: Sebastian Bernasek Date: Sun, 20 Jan 2019 07:46:42 -0600 Subject: [PATCH] added exampled to readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87760e5..432410b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,13 @@ Additionally, GeneSSA includes templates for common gene regulatory networks: Example Usage ============= -We have included a number of [Jupyter notebooks](https://github.com/sebastianbernasek/genessa/tree/master/notebooks) with detailed examples of how to get started with using GeneSSA. +We have included a series of [Jupyter notebooks](https://github.com/sebastianbernasek/genessa/tree/master/notebooks) with some examples of how to get started with using GeneSSA. These examples include: + + * [First-order decay](https://github.com/sebastianbernasek/genessa/tree/master/notebooks/first_order_decay.ipynb) + + * [A birth-death process](https://github.com/sebastianbernasek/genessa/tree/master/notebooks/birth_death_process.ipynb) + + * [Coupled oscillators](https://github.com/sebastianbernasek/genessa/tree/master/notebooks/oscillators.ipynb) Further Examples