|
7 | 7 | "metadata": {}, |
8 | 8 | "source": [ |
9 | 9 | "# Statistically Testing 2P Responses to Stimulus\n", |
10 | | - "In most analyses, some form of *inclusion criteria* is used to select neurons that are \"responsive\" to the stimulus conditions presented. There are no universally agreed upon inclusion criteria for this type of selection. In [{cite}`Mesa2021`](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8114876/), it is demonstrated that the choice of inclusion criteria can dramatically affect what neurons are selected as responsive. This notebook does a similar demonstration, using the same five inclusion criteria on Ophys dF/F recordings to select responsive neurons from one experimental session. It can be seen that very different selections are made depending on the criteria used. This also underscores how different critera might be more or less appropriate for the type of stimulus and the type of measurements being used for analysis. We are sharing these so that this comparison can be reproduced on data and so results can more effectively use this choice to make their results more robust. For more information about dF/F data, see [Visualizing 2P Responses to Stimulus](../visualization/visualize_2p_responses.ipynb)." |
| 10 | + "In most analyses, some form of *inclusion criteria* is used to select neurons that are \"responsive\" to the stimulus conditions presented. There are no universally agreed upon inclusion criteria for this type of selection. In {cite}`Mesa2021`, it is demonstrated that the choice of inclusion criteria can dramatically affect what neurons are selected as responsive. This notebook does a similar demonstration, using the same five inclusion criteria on Ophys dF/F recordings to select responsive neurons from one experimental session. It can be seen that very different selections are made depending on the criteria used. This also underscores how different critera might be more or less appropriate for the type of stimulus and the type of measurements being used for analysis. We are sharing these so that this comparison can be reproduced on data and so results can more effectively use this choice to make their results more robust. For more information about dF/F data, see [Visualizing 2P Responses to Stimulus](../visualization/visualize_2p_responses.ipynb)." |
11 | 11 | ] |
12 | 12 | }, |
13 | 13 | { |
|
974 | 974 | "#### Inclusion Criterion 1\n", |
975 | 975 | "The first criterion is one of the simplest. This one is easy to alter and has a medium level of permissiveness. Below is shown a distribution of the ROI's maximum mean evoked response. That is, the maximum dF/F value achieved during the evoked averaged response of an ROI to all stimulus trials. A line is drawn to show where the selection is made within the distribution. Also below are the neuronwise response windows of some of the selected neurons. It can be seen that these neurons appear more responsive than the (pseudo) random sample shown above.\n", |
976 | 976 | "\n", |
977 | | - "*The maximum value of the mean evoked response is >10%* [{cite}`Sun2016`](https://rdcu.be/dbFb9)" |
| 977 | + "*The maximum value of the mean evoked response is >10%* {cite}`Sun2016`" |
978 | 978 | ] |
979 | 979 | }, |
980 | 980 | { |
|
1071 | 1071 | "#### Inclusion Criterion 2\n", |
1072 | 1072 | "This criterion is slightly more complicated, and accounts for the fact that neurons might behave inconsistently. It uses the maximum values of the evoked response, and compares it to an absolue value (5%) as well as a value relative to its own baseline activity (3x the standard deviation). It is difficult to show the exact metric being used as a distribution, but to assist in interpretation, a distribution is shown below of the the mean ratio between the maximum evoked value and the standard distribution of the baseline behavior. Note that, this is not the exact metric used to select rois; as this criterion selects rois that exhibit significant activity in 50% or more trials. For our dataset, this criterion is rather stringent, only including 4 rois in the final selection.\n", |
1073 | 1073 | "\n", |
1074 | | - "*In 50% of trials, the evoked response is A) larger than 3x the SD of the baseline, and B) larger than 5% dF/F* [{cite}`Roth2012`](https://www.jneurosci.org/content/jneuro/32/28/9716.full.pdf)" |
| 1074 | + "*In 50% of trials, the evoked response is A) larger than 3x the SD of the baseline, and B) larger than 5% dF/F* {cite}`Roth2012`" |
1075 | 1075 | ] |
1076 | 1076 | }, |
1077 | 1077 | { |
|
1179 | 1179 | "#### Inclusion Criterion 3\n", |
1180 | 1180 | "This is perhaps the most sophisticated criterion in our list. For each ROI, It compares the distribution of responses between the baseline activity and the evoked activity to identify any statistically significant response. Below, an example is shown of these distributions for one ROI. Change `roi` below to view the comparison for other cells. Additionally, the distribution of p-values of all rois is shown.\n", |
1181 | 1181 | "\n", |
1182 | | - "*Paired T-test (p < 0.05) with Bonferroni correction, comparing the mean baseline to the mean evoked response* [{cite}`Andermann2011`](https://pubmed.ncbi.nlm.nih.gov/22196337/)" |
| 1182 | + "*Paired T-test (p < 0.05) with Bonferroni correction, comparing the mean baseline to the mean evoked response* {cite}`Andermann2011`" |
1183 | 1183 | ] |
1184 | 1184 | }, |
1185 | 1185 | { |
|
1322 | 1322 | "#### Inclusion Criterion 4\n", |
1323 | 1323 | "This criterion is the most stringent for our dataset. It relies on calculating the measure of `reliability` of a cell's activity. It can be seen that in this example, no ROIs are selected. This is probably due to no ROIs having reliable responses to the stimulus. Perhaps conducting more trials could improve the reliability.\n", |
1324 | 1324 | "\n", |
1325 | | - "*A) The mean response to any stimulus condition is is > 6% dF/F and B) reliability > 1* [{cite}`Marshel2012`](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3248795/)." |
| 1325 | + "*A) The mean response to any stimulus condition is is > 6% dF/F and B) reliability > 1* {cite}`Marshel2012`." |
1326 | 1326 | ] |
1327 | 1327 | }, |
1328 | 1328 | { |
|
1419 | 1419 | "#### Inclusion Criterion 5\n", |
1420 | 1420 | "Finally, the simplest criterion. This criterion is clearly the most permissive, as it includes all ROIs for this dataset.\n", |
1421 | 1421 | "\n", |
1422 | | - "*The maximum evoked response to any stimulus condition is > 4% dF/F* [{cite}`Tohmi2014`](https://pubmed.ncbi.nlm.nih.gov/24583013/)." |
| 1422 | + "*The maximum evoked response to any stimulus condition is > 4% dF/F* {cite}`Tohmi2014`." |
1423 | 1423 | ] |
1424 | 1424 | }, |
1425 | 1425 | { |
|
0 commit comments