|
1 | 1 | { |
2 | 2 | "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "code", |
| 5 | + "execution_count": null, |
| 6 | + "id": "47f669f3", |
| 7 | + "metadata": {}, |
| 8 | + "outputs": [], |
| 9 | + "source": [ |
| 10 | + "import malariagen_data" |
| 11 | + ] |
| 12 | + }, |
3 | 13 | { |
4 | 14 | "cell_type": "code", |
5 | 15 | "execution_count": null, |
6 | 16 | "id": "f820bc66-2fb2-4ca2-9b54-824e50d61a0a", |
7 | 17 | "metadata": {}, |
8 | 18 | "outputs": [], |
9 | 19 | "source": [ |
10 | | - "import malariagen_data\n", |
11 | | - "\n", |
12 | 20 | "ag3 = malariagen_data.Ag3(\n", |
13 | 21 | " \"simplecache::gs://vo_agam_release_master_us_central1\",\n", |
14 | 22 | " simplecache=dict(cache_storage=\"../gcs_cache\"),\n", |
|
23 | 31 | "metadata": {}, |
24 | 32 | "outputs": [], |
25 | 33 | "source": [ |
26 | | - "import malariagen_data\n", |
27 | | - "\n", |
28 | 34 | "af1 = malariagen_data.Af1(\n", |
29 | 35 | " \"simplecache::gs://vo_afun_release_master_us_central1\",\n", |
30 | 36 | " simplecache=dict(cache_storage=\"../gcs_cache\"),\n", |
|
69 | 75 | "ag3.plot_frequencies_time_series(ds, height=500, width=1000)" |
70 | 76 | ] |
71 | 77 | }, |
| 78 | + { |
| 79 | + "cell_type": "code", |
| 80 | + "execution_count": null, |
| 81 | + "id": "790c99e8", |
| 82 | + "metadata": {}, |
| 83 | + "outputs": [], |
| 84 | + "source": [ |
| 85 | + "ag3.plot_frequencies_time_series(ds, taxon=\"gambiae\", height=500, width=1000)" |
| 86 | + ] |
| 87 | + }, |
72 | 88 | { |
73 | 89 | "cell_type": "code", |
74 | 90 | "execution_count": null, |
|
252 | 268 | "ag3.plot_frequencies_time_series(ds, height=900, width=900)" |
253 | 269 | ] |
254 | 270 | }, |
| 271 | + { |
| 272 | + "cell_type": "code", |
| 273 | + "execution_count": null, |
| 274 | + "id": "e16ab3fe", |
| 275 | + "metadata": {}, |
| 276 | + "outputs": [], |
| 277 | + "source": [ |
| 278 | + "ag3.plot_frequencies_time_series(ds, area=\"BF-09\", height=400, width=900)" |
| 279 | + ] |
| 280 | + }, |
255 | 281 | { |
256 | 282 | "cell_type": "code", |
257 | 283 | "execution_count": null, |
|
336 | 362 | "source": [ |
337 | 363 | "af1.plot_frequencies_interactive_map(ds)" |
338 | 364 | ] |
339 | | - }, |
340 | | - { |
341 | | - "cell_type": "code", |
342 | | - "execution_count": null, |
343 | | - "id": "a512b459", |
344 | | - "metadata": {}, |
345 | | - "outputs": [], |
346 | | - "source": [] |
347 | 365 | } |
348 | 366 | ], |
349 | 367 | "metadata": { |
350 | 368 | "kernelspec": { |
351 | | - "display_name": "Python 3 (ipykernel)", |
| 369 | + "display_name": "mgen_data_py3.11", |
352 | 370 | "language": "python", |
353 | 371 | "name": "python3" |
354 | 372 | }, |
|
362 | 380 | "name": "python", |
363 | 381 | "nbconvert_exporter": "python", |
364 | 382 | "pygments_lexer": "ipython3", |
365 | | - "version": "3.10.12" |
| 383 | + "version": "3.11.5" |
366 | 384 | }, |
367 | 385 | "widgets": { |
368 | 386 | "application/vnd.jupyter.widget-state+json": { |
|
0 commit comments