Skip to content

Commit 4783b5e

Browse files
committed
deploy: b72537a
1 parent 6dad138 commit 4783b5e

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

_sources/content/Group_Analysis.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@
543543
"cell_type": "markdown",
544544
"metadata": {},
545545
"source": [
546+
"(content:group_analysis:labels)=\n",
546547
"## Running a Group Analysis\n",
547548
"\n",
548549
"Okay, now let's try and run our own group level analysis with real imaging data using the Pinel Localizer data. I have run a first level model for the first 10 participants using the procedure we used in the single-subject analysis notebook. \n",
@@ -1719,7 +1720,7 @@
17191720
"name": "python",
17201721
"nbconvert_exporter": "python",
17211722
"pygments_lexer": "ipython3",
1722-
"version": "3.9.13"
1723+
"version": "3.12.2"
17231724
},
17241725
"toc": {
17251726
"base_numbering": 1,

_sources/content/RSA.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"### Single Subject Pattern Similarity\n",
123123
"Recall that in the Single Subject Model Lab that we ran single subject models for 10 different regressors for the Pinel Localizer task. In this tutorial, we will use our results to learn how to conduct RSA style analyses.\n",
124124
"\n",
125-
"First, let's get a list of all of the subject IDs and load the beta values from each condition for a single subject into a `Brain_Data` object."
125+
"First, let's get a list of all of the subject IDs and load the beta values from each condition for a single subject into a `Brain_Data` object. We will be using the output of running a 1st-level model for each participant where we saved a separate file for each task condition. See this [code](content:group_analysis:labels) for reference from the group analysis tutorial."
126126
]
127127
},
128128
{

content/Group_Analysis.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ <h3>Mixed Effects Model<a class="headerlink" href="#mixed-effects-model" title="
804804
</section>
805805
</section>
806806
<section id="running-a-group-analysis">
807-
<h2>Running a Group Analysis<a class="headerlink" href="#running-a-group-analysis" title="Permalink to this heading">#</a></h2>
807+
<span id="content-group-analysis-labels"></span><h2>Running a Group Analysis<a class="headerlink" href="#running-a-group-analysis" title="Permalink to this heading">#</a></h2>
808808
<p>Okay, now let’s try and run our own group level analysis with real imaging data using the Pinel Localizer data. I have run a first level model for the first 10 participants using the procedure we used in the single-subject analysis notebook.</p>
809809
<p>Here is the code I used to complete this for all participants. I wrote all of the betas and also a separate file for each individual regressor of interest.</p>
810810
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">os</span>

content/RSA.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ <h3>Mapping stimuli relationships onto brain<a class="headerlink" href="#mapping
602602
<section id="single-subject-pattern-similarity">
603603
<h3>Single Subject Pattern Similarity<a class="headerlink" href="#single-subject-pattern-similarity" title="Permalink to this heading">#</a></h3>
604604
<p>Recall that in the Single Subject Model Lab that we ran single subject models for 10 different regressors for the Pinel Localizer task. In this tutorial, we will use our results to learn how to conduct RSA style analyses.</p>
605-
<p>First, let’s get a list of all of the subject IDs and load the beta values from each condition for a single subject into a <code class="docutils literal notranslate"><span class="pre">Brain_Data</span></code> object.</p>
605+
<p>First, let’s get a list of all of the subject IDs and load the beta values from each condition for a single subject into a <code class="docutils literal notranslate"><span class="pre">Brain_Data</span></code> object. We will be using the output of running a 1st-level model for each participant where we saved a separate file for each task condition. See this <a class="reference internal" href="Group_Analysis.html#content-group-analysis-labels"><span class="std std-ref">code</span></a> for reference from the group analysis tutorial.</p>
606606
<div class="cell docutils container">
607607
<div class="cell_input docutils container">
608608
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">sub</span> <span class="o">=</span> <span class="s1">&#39;S01&#39;</span>

objects.inv

29 Bytes
Binary file not shown.

searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)