Skip to content

Commit 3dc1335

Browse files
committed
Changed exercise in stats2
1 parent d8f9f70 commit 3dc1335

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

biostatistics/stats2.ipynb

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,10 +1129,22 @@
11291129
"id": "796f70d9",
11301130
"metadata": {},
11311131
"source": [
1132-
"1. Provide the results for the automatic counts from the image analysis part of the course, if you have not already done so. \n",
1133-
"2. Import the updated table and visualise the distribution of the data next to each other\n",
1134-
"3. Generate the summary statistics and compare the different distributions\n"
1132+
"1. We had imported the total table with also the automated counts. Visualise the distribution of the data next to each other\n",
1133+
"2. Generate the summary statistics and compare the different distributions\n",
1134+
"3. Two weeks ago you learned how to analyze a folder of images and measured the average size of beads:\n",
1135+
"https://nbviewer.jupyter.org/github/BiAPoL/Bio-image_Analysis_with_Python/blob/main/image_processing/12_process_folders.ipynb\n",
1136+
"\n",
1137+
"Go back to the bead-analysis two weeks ago and measure the intensity of the individual beads (do not average over the image). Plot the beads' intensities as different plots. Which one do you find most approproiate for these data?\n",
1138+
"\n"
11351139
]
1140+
},
1141+
{
1142+
"cell_type": "code",
1143+
"execution_count": null,
1144+
"id": "b2527f93",
1145+
"metadata": {},
1146+
"outputs": [],
1147+
"source": []
11361148
}
11371149
],
11381150
"metadata": {

0 commit comments

Comments
 (0)