Skip to content

Commit 9f57328

Browse files
committed
Add Results page
1 parent a6896ea commit 9f57328

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

docs/guide/Project/Results.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Results
3+
sidebar_position: 4
4+
---
5+
6+
# Results
7+
8+
This section will guide you on how to view, browse, and interpret the results of your meta-analysis.
9+
10+
## Viewing Your Results
11+
12+
Once your meta-analysis is complete, the results are automatically uploaded to both Neurosynth Compose and NeuroVault. You can view your results either in the cloud or within the environment where the analysis was run.
13+
14+
To access your results, click the **NeuroVault Collection Link**. This link will direct you to a NeuroVault collection that contains all the images generated by the algorithm you selected for your analysis.
15+
16+
For a detailed reference on the taxonomy of filenames generated by NiMARE, please refer to the [NiMARE documentation on outputs](https://nimare.readthedocs.io/en/stable/outputs.html).
17+
18+
## Understanding the Outputs
19+
20+
The results page will display a list of all images produced by your meta-analysis. These include unthresholded statistical maps, which allow for more flexible post-hoc thresholding based on your specific needs.
21+
22+
### Interpreting Cluster-Level Corrected Maps
23+
24+
It’s important to note that NiMARE outputs **unthresholded statistical maps**. This means you may need to apply your own thresholding to identify significant clusters. However, for cluster-level corrected maps, the output can sometimes cause confusion.
25+
26+
Cluster-level correction is a method where the significance of a voxel cluster is determined after applying a voxel-wise cluster-defining threshold. In cluster-level corrected maps:
27+
- Non-significant voxels are set to zero after applying the threshold.
28+
- Each cluster that survives the cluster-defining threshold is assigned a single value, which is applied uniformly across all voxels in the cluster.
29+
30+
Even clusters with relatively high p-values (i.e., less significant clusters) may still appear in the map, provided they surpass the initial cluster-defining threshold. As a result, some clusters may appear in the map even though they may not be highly significant at the overall level.
31+
32+
33+
For further details on thresholding and interpreting the outputs, consult the [NiMARE documentation](https://nimare.readthedocs.io).

docs/guide/Project/Running.md

+9
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,12 @@ and then run the analysis using the following command:
8989
```
9090
nsc-runner <meta-analysis-id>
9191
```
92+
93+
---
94+
95+
# Viewing and intepreting your results
96+
97+
After sucesfully running your meta-analysis, results will be uploaded back to Neurosynth Compose and NeuroVault, where you can interactively view and intepret your results.
98+
See the next section in the documentation for more detais.
99+
100+
---

0 commit comments

Comments
 (0)