Skip to content

Commit

Permalink
update tutorial 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mconomos committed Jun 6, 2024
1 parent e2a9c26 commit 5f0183f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 07_STAAR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Note: we will utilize the default allele frequency setting (max MAF $1\%$), and

The analysis will take ~10 minutes to run. You can find your analysis in the Tasks menu of your Project to check on its progress and see the results once it has completed.

The output from this task is `<output_prefix>.Rdata`, which contains the STAAR association results.
The output from this task is `<output_prefix>_chr<CHR>.Rdata`, which contains the STAAR association results.

You can find the expected output of this analysis by looking at the existing task `14 STAARexercise Sliding Window 5kb Chr19` in the Tasks menu of your Project. The output files are available in the Project, so you do not need to wait for your analysis to finish to look at the output.

Expand All @@ -118,10 +118,10 @@ The output file for these association tests using STAAR is an `.RData` file. To
- Click: Apps > `STAARpipelineSummary VarSet` > Run
- Specify the Inputs:
- Annotation name catalog: `Annotation_name_catalog.csv`
- Input array results: `STAAR_region_sliding_5kb_chr19.Rdata`
- Input array results: `STAAR_region_sliding_5kb_chr19_chr19.Rdata`
- Specify App Settings:
- Output file prefix: "STAAR_region_sliding_5kb_chr19" (or any other string to name the output file)
- Prefix of input results: "STAAR_region_sliding_5kb_chr19"
- Prefix of input results: "STAAR_region_sliding_5kb_chr19_chr"
- Test type: Sliding_Window
- Click: Run

Expand Down
8 changes: 4 additions & 4 deletions 07_STAAR.html
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@ <h2>Exercise 7.3 (Application)</h2>
in the Tasks menu of your Project to check on its progress and see the
results once it has completed.</p>
<p>The output from this task is
<code>&lt;output_prefix&gt;.Rdata</code>, which contains the STAAR
association results.</p>
<code>&lt;output_prefix&gt;_chr&lt;CHR&gt;.Rdata</code>, which contains
the STAAR association results.</p>
<p>You can find the expected output of this analysis by looking at the
existing task <code>14 STAARexercise Sliding Window 5kb Chr19</code> in
the Tasks menu of your Project. The output files are available in the
Expand All @@ -569,13 +569,13 @@ <h2>Exercise 7.4 (Application)</h2>
<li>Annotation name catalog:
<code>Annotation_name_catalog.csv</code></li>
<li>Input array results:
<code>STAAR_region_sliding_5kb_chr19.Rdata</code></li>
<code>STAAR_region_sliding_5kb_chr19_chr19.Rdata</code></li>
</ul></li>
<li>Specify App Settings:
<ul>
<li>Output file prefix: “STAAR_region_sliding_5kb_chr19” (or any other
string to name the output file)</li>
<li>Prefix of input results: “STAAR_region_sliding_5kb_chr19”</li>
<li>Prefix of input results: “STAAR_region_sliding_5kb_chr19_chr”</li>
<li>Test type: Sliding_Window</li>
</ul></li>
<li>Click: Run</li>
Expand Down

0 comments on commit 5f0183f

Please sign in to comment.