|
1 | 1 | { |
2 | 2 | "metadata": { |
3 | 3 | "name": "", |
4 | | - "signature": "sha256:d437bbcfe323460025114f4e677669ba63db29d1e089b04aff4572c28c793d9a" |
| 4 | + "signature": "sha256:5fc7b5198a3fdef06c4cd47a8083aa86dab5b7dc70eb652ef5edd545cbb2b735" |
5 | 5 | }, |
6 | 6 | "nbformat": 3, |
7 | 7 | "nbformat_minor": 0, |
|
60 | 60 | "source": [ |
61 | 61 | "0. [Getting started](getting-started/Index.ipynb): using the IPython Notebook and *An Introduction To Applied Bioinformatics*\n", |
62 | 62 | "1. Fundamentals\n", |
63 | | - " 1. [Pairwise alignment](algorithms/1-pairwise-alignment.ipynb) ([exercise](algorithms/pairwise-alignment-exercises.ipynb))\n", |
64 | | - " 2. [Database searching and determining the statistical significance of an alignment](algorithms/2-database-searching.ipynb)\n", |
65 | | - " 3. [Phylogeny reconstruction: distances, distances matrices and hierarchical clustering with UPGMA](algorithms/3-phylogeny-reconstruction.ipynb)\n", |
66 | | - " 4. [Multiple sequence alignment](algorithms/4-multiple-sequence-alignment.ipynb) ([exercise](algorithms/msa-assignment.ipynb))\n", |
67 | | - " 5. [Read mapping and clustering](algorithms/5-sequence-mapping-and-clustering.ipynb?create=1)\n", |
| 63 | + " 1. [Pairwise alignment](fundamentals/pairwise-alignment.ipynb) ([exercise](fundamentals/pairwise-alignment-exercises.ipynb))\n", |
| 64 | + " 2. [Database searching and determining the statistical significance of an alignment](fundamentals/database-searching.ipynb)\n", |
| 65 | + " 3. [Phylogeny reconstruction: distances, distances matrices and hierarchical clustering with UPGMA](fundamentals/phylogeny-reconstruction.ipynb)\n", |
| 66 | + " 4. [Multiple sequence alignment](fundamentals/multiple-sequence-alignment.ipynb) ([exercise](fundamentals/msa-assignment.ipynb))\n", |
| 67 | + " 5. [Read mapping and clustering](fundamentals/sequence-mapping-and-clustering.ipynb?create=1)\n", |
68 | 68 | "2. Applications\n", |
69 | | - " 1. [Studying biological diversity](applications/1-biological-diversity.ipynb)\n", |
| 69 | + " 1. [Studying biological diversity](applications/biological-diversity.ipynb)\n", |
70 | 70 | "3. Wrapping up" |
71 | 71 | ] |
| 72 | + }, |
| 73 | + { |
| 74 | + "cell_type": "code", |
| 75 | + "collapsed": false, |
| 76 | + "input": [], |
| 77 | + "language": "python", |
| 78 | + "metadata": {}, |
| 79 | + "outputs": [] |
72 | 80 | } |
73 | 81 | ], |
74 | 82 | "metadata": {} |
|
0 commit comments