|
39 | 39 | "FlyMine Beta<br/>\n",
|
40 | 40 | "XenMine"
|
41 | 41 | ]
|
42 |
| - }, |
43 |
| - { |
44 |
| - "cell_type": "markdown", |
45 |
| - "metadata": {}, |
46 |
| - "source": [ |
47 |
| - "Now that we have the mines, we can use `getInfo(mine)` to fetch all the information about a particular mine ie its description, version, organisms associated etc. Suppose we want to know more about flymine, here's what we do: " |
48 |
| - ] |
49 |
| - }, |
50 |
| - { |
51 |
| - "cell_type": "code", |
52 |
| - "execution_count": null, |
53 |
| - "metadata": {}, |
54 |
| - "outputs": [], |
55 |
| - "source": [ |
56 |
| - "registry.getInfo(\"flymine\")" |
57 |
| - ] |
58 |
| - }, |
59 |
| - { |
60 |
| - "cell_type": "markdown", |
61 |
| - "metadata": {}, |
62 |
| - "source": [ |
63 |
| - "Description: An integrated database for Drosophila genomics<br/>\n", |
64 |
| - "URL: http://www.flymine.org/flymine<br/>\n", |
65 |
| - "API Version: 25<br/>\n", |
66 |
| - "Release Version: 45.1 2017 August<br/>\n", |
67 |
| - "InterMine Version: 1.8.5<br/>\n", |
68 |
| - "Organisms: <br/>\n", |
69 |
| - "D. melanogaster<br/>\n", |
70 |
| - "Neighbours: <br/>\n", |
71 |
| - "MODs<br/>\n" |
72 |
| - ] |
73 |
| -}, |
| 42 | + }, |
| 43 | + { |
| 44 | + "cell_type": "markdown", |
| 45 | + "metadata": {}, |
| 46 | + "source": [ |
| 47 | + "Now that we have the mines, we can use `getInfo(mine)` to fetch all the information about a particular mine ie its description, version, organisms associated etc. Suppose we want to know more about flymine, here's what we do: " |
| 48 | + ] |
| 49 | + }, |
| 50 | + { |
| 51 | + "cell_type": "code", |
| 52 | + "execution_count": null, |
| 53 | + "metadata": {}, |
| 54 | + "outputs": [], |
| 55 | + "source": [ |
| 56 | + "registry.getInfo(\"flymine\")" |
| 57 | + ] |
| 58 | + }, |
| 59 | + { |
| 60 | + "cell_type": "markdown", |
| 61 | + "metadata": {}, |
| 62 | + "source": [ |
| 63 | + "Description: An integrated database for Drosophila genomics<br/>\n", |
| 64 | + "URL: http://www.flymine.org/flymine<br/>\n", |
| 65 | + "API Version: 25<br/>\n", |
| 66 | + "Release Version: 45.1 2017 August<br/>\n", |
| 67 | + "InterMine Version: 1.8.5<br/>\n", |
| 68 | + "Organisms: <br/>\n", |
| 69 | + "D. melanogaster<br/>\n", |
| 70 | + "Neighbours: <br/>\n", |
| 71 | + "MODs<br/>\n" |
| 72 | + ] |
| 73 | + }, |
74 | 74 | {
|
75 | 75 | "cell_type": "markdown",
|
76 | 76 | "metadata": {},
|
|
179 | 179 | "display_name": "Python 3",
|
180 | 180 | "language": "python",
|
181 | 181 | "name": "python3"
|
| 182 | + }, |
| 183 | + "language_info": { |
| 184 | + "codemirror_mode": { |
| 185 | + "name": "ipython", |
| 186 | + "version": 3 |
| 187 | + }, |
| 188 | + "file_extension": ".py", |
| 189 | + "mimetype": "text/x-python", |
| 190 | + "name": "python", |
| 191 | + "nbconvert_exporter": "python", |
| 192 | + "pygments_lexer": "ipython3", |
| 193 | + "version": "3.7.4" |
182 | 194 | }
|
183 | 195 | },
|
184 | 196 | "nbformat": 4,
|
|
0 commit comments