|
1 | 1 | { |
2 | 2 | "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "id": "76af9b7e", |
| 6 | + "metadata": {}, |
| 7 | + "source": [ |
| 8 | + "# Team Z6\n", |
| 9 | + "- Mariusz Paluch\n", |
| 10 | + "- Bartłomiej Ściseł\n", |
| 11 | + "- Jakub Winter" |
| 12 | + ] |
| 13 | + }, |
3 | 14 | { |
4 | 15 | "cell_type": "markdown", |
5 | 16 | "id": "83d7ccd7", |
|
10 | 21 | }, |
11 | 22 | { |
12 | 23 | "cell_type": "code", |
13 | | - "execution_count": 1, |
| 24 | + "execution_count": 14, |
14 | 25 | "id": "58b40aa6", |
15 | 26 | "metadata": {}, |
16 | | - "outputs": [ |
17 | | - { |
18 | | - "name": "stderr", |
19 | | - "output_type": "stream", |
20 | | - "text": [ |
21 | | - "/home/jwinter/TBD/proj2/polars-bio/venv/lib/python3.12/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", |
22 | | - " from .autonotebook import tqdm as notebook_tqdm\n", |
23 | | - "INFO:polars_bio:Creating BioSessionContext\n" |
24 | | - ] |
25 | | - } |
26 | | - ], |
| 27 | + "outputs": [], |
27 | 28 | "source": [ |
28 | 29 | "import pandas as pd\n", |
29 | 30 | "\n", |
|
40 | 41 | }, |
41 | 42 | { |
42 | 43 | "cell_type": "code", |
43 | | - "execution_count": 14, |
| 44 | + "execution_count": 15, |
44 | 45 | "id": "b0d81403", |
45 | 46 | "metadata": {}, |
46 | 47 | "outputs": [], |
|
58 | 59 | }, |
59 | 60 | { |
60 | 61 | "cell_type": "code", |
61 | | - "execution_count": null, |
| 62 | + "execution_count": 16, |
62 | 63 | "id": "0420c240", |
63 | 64 | "metadata": {}, |
64 | 65 | "outputs": [ |
65 | 66 | { |
66 | 67 | "name": "stdout", |
67 | 68 | "output_type": "stream", |
68 | 69 | "text": [ |
69 | | - " pos avg q1 median q3 lower upper\n", |
70 | | - "88 0 32.548723 31.0 34.0 34.0 26.5 38.5\n", |
71 | | - "46 1 32.719772 31.0 34.0 34.0 26.5 38.5\n", |
72 | | - "99 2 32.789697 31.0 34.0 34.0 26.5 38.5\n", |
73 | | - "75 3 36.162011 37.0 37.0 37.0 37.0 37.0\n", |
74 | | - "84 4 36.122733 37.0 37.0 37.0 37.0 37.0\n", |
75 | | - ".. ... ... ... ... ... ... ...\n", |
76 | | - "19 96 32.998462 34.0 35.0 35.0 32.5 36.5\n", |
77 | | - "64 97 32.922582 33.0 35.0 35.0 30.0 38.0\n", |
78 | | - "70 98 32.883908 33.0 35.0 35.0 30.0 38.0\n", |
79 | | - "80 99 32.836223 33.0 35.0 35.0 30.0 38.0\n", |
80 | | - "51 100 31.190304 30.0 34.0 35.0 22.5 42.5\n", |
| 70 | + " pos avg q1 median q3 lower upper\n", |
| 71 | + "46 0 30.135 31.0 33.0 34.0 26.5 38.5\n", |
| 72 | + "14 1 31.210 31.0 34.0 34.0 26.5 38.5\n", |
| 73 | + "54 2 32.015 31.0 34.0 34.0 26.5 38.5\n", |
| 74 | + "99 3 35.690 35.0 37.0 37.0 32.0 40.0\n", |
| 75 | + "7 4 35.680 35.0 37.0 37.0 32.0 40.0\n", |
| 76 | + ".. ... ... ... ... ... ... ...\n", |
| 77 | + "95 96 31.315 32.0 34.0 35.0 27.5 39.5\n", |
| 78 | + "62 97 30.670 31.0 34.0 35.0 25.0 41.0\n", |
| 79 | + "67 98 31.550 32.0 34.0 35.0 27.5 39.5\n", |
| 80 | + "53 99 31.250 32.0 34.0 35.0 27.5 39.5\n", |
| 81 | + "55 100 31.105 31.0 34.0 35.0 25.0 41.0\n", |
81 | 82 | "\n", |
82 | 83 | "[101 rows x 7 columns]\n" |
83 | 84 | ] |
|
98 | 99 | }, |
99 | 100 | { |
100 | 101 | "cell_type": "code", |
101 | | - "execution_count": 19, |
| 102 | + "execution_count": 17, |
102 | 103 | "id": "7322aae3", |
103 | 104 | "metadata": {}, |
104 | 105 | "outputs": [ |
|
145 | 146 | }, |
146 | 147 | { |
147 | 148 | "cell_type": "code", |
148 | | - "execution_count": 20, |
| 149 | + "execution_count": 18, |
149 | 150 | "id": "66c3af24", |
150 | 151 | "metadata": {}, |
151 | 152 | "outputs": [ |
|
182 | 183 | "└─────┴────────┴──────┴────────┴──────┴───────┴───────┘" |
183 | 184 | ] |
184 | 185 | }, |
185 | | - "execution_count": 20, |
| 186 | + "execution_count": 18, |
186 | 187 | "metadata": {}, |
187 | 188 | "output_type": "execute_result" |
188 | 189 | } |
|
201 | 202 | }, |
202 | 203 | { |
203 | 204 | "cell_type": "code", |
204 | | - "execution_count": 21, |
| 205 | + "execution_count": 19, |
205 | 206 | "id": "a2cb9c97", |
206 | 207 | "metadata": {}, |
207 | 208 | "outputs": [ |
|
238 | 239 | "└─────┴────────┴──────┴────────┴──────┴───────┴───────┘" |
239 | 240 | ] |
240 | 241 | }, |
241 | | - "execution_count": 21, |
| 242 | + "execution_count": 19, |
242 | 243 | "metadata": {}, |
243 | 244 | "output_type": "execute_result" |
244 | 245 | } |
|
257 | 258 | }, |
258 | 259 | { |
259 | 260 | "cell_type": "code", |
260 | | - "execution_count": 22, |
| 261 | + "execution_count": 20, |
261 | 262 | "id": "1899ca01", |
262 | 263 | "metadata": {}, |
263 | 264 | "outputs": [ |
|
279 | 280 | "name": "stderr", |
280 | 281 | "output_type": "stream", |
281 | 282 | "text": [ |
282 | | - "200rows [00:00, 211459.74rows/s]\n" |
| 283 | + "200rows [00:00, 212477.41rows/s]\n" |
283 | 284 | ] |
284 | 285 | }, |
285 | 286 | { |
|
315 | 316 | "└─────┴────────┴──────┴────────┴──────┴───────┴───────┘" |
316 | 317 | ] |
317 | 318 | }, |
318 | | - "execution_count": 22, |
| 319 | + "execution_count": 20, |
319 | 320 | "metadata": {}, |
320 | 321 | "output_type": "execute_result" |
321 | 322 | } |
|
336 | 337 | }, |
337 | 338 | { |
338 | 339 | "cell_type": "code", |
339 | | - "execution_count": 23, |
| 340 | + "execution_count": 21, |
340 | 341 | "id": "7830b8aa", |
341 | 342 | "metadata": {}, |
342 | 343 | "outputs": [ |
|
345 | 346 | "output_type": "stream", |
346 | 347 | "text": [ |
347 | 348 | "INFO:polars_bio:Table: example registered for path: ./example.fastq\n", |
348 | | - "200rows [00:00, 182877.87rows/s]" |
| 349 | + "200rows [00:00, 177236.59rows/s]" |
349 | 350 | ] |
350 | 351 | }, |
351 | 352 | { |
|
395 | 396 | "└─────┴────────┴──────┴────────┴──────┴───────┴───────┘" |
396 | 397 | ] |
397 | 398 | }, |
398 | | - "execution_count": 23, |
| 399 | + "execution_count": 21, |
399 | 400 | "metadata": {}, |
400 | 401 | "output_type": "execute_result" |
401 | 402 | } |
|
417 | 418 | }, |
418 | 419 | { |
419 | 420 | "cell_type": "code", |
420 | | - "execution_count": 24, |
| 421 | + "execution_count": 22, |
421 | 422 | "id": "56817174", |
422 | 423 | "metadata": {}, |
423 | 424 | "outputs": [ |
|
426 | 427 | "output_type": "stream", |
427 | 428 | "text": [ |
428 | 429 | "INFO:polars_bio:Table: example registered for path: ./example.fastq\n", |
429 | | - "200rows [00:00, 193508.84rows/s]" |
| 430 | + "200rows [00:00, 74651.67rows/s]" |
430 | 431 | ] |
431 | 432 | }, |
432 | 433 | { |
|
476 | 477 | "└─────┴────────┴──────┴────────┴──────┴───────┴───────┘" |
477 | 478 | ] |
478 | 479 | }, |
479 | | - "execution_count": 24, |
| 480 | + "execution_count": 22, |
480 | 481 | "metadata": {}, |
481 | 482 | "output_type": "execute_result" |
482 | 483 | } |
|
0 commit comments