You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"After you've built your meta-analysis on [neurosynth compose](https://compose.neurosynth.org), you can use this notebook to execute and view the meta-analytic results."
13
-
]
14
-
},
15
-
{
16
-
"cell_type": "code",
17
-
"execution_count": null,
18
-
"id": "28d0e8b6-9bbd-4256-a19a-ff36eeca5cfd",
19
-
"metadata": {
20
-
"id": "28d0e8b6-9bbd-4256-a19a-ff36eeca5cfd",
21
-
"cellView": "form"
22
-
},
23
-
"outputs": [],
24
-
"source": [
25
-
"#@title Run once to install NiMARE (~1 minute)\n",
"A workflow in NiMARE will interpret the meta-analysis you specified and\n",
42
-
"run the selected algorithm and corrector (optional) on the studyset selected."
43
-
]
44
-
},
45
-
{
46
-
"cell_type": "code",
47
-
"execution_count": null,
48
-
"id": "51a1e194-af1a-461c-a73f-3e79a31db95f",
49
-
"metadata": {
50
-
"id": "51a1e194-af1a-461c-a73f-3e79a31db95f",
51
-
"cellView": "form"
52
-
},
53
-
"outputs": [],
54
-
"source": [
55
-
"#@title Insert the Meta-Analysis ID and Execute your Meta-Analysis { vertical-output: true }\n",
56
-
"from pynsc.run import run # special workflow to run meta-analysis\n",
57
-
"META_ID = \"\" #@param {type:\"string\"}\n",
58
-
"url = meta_result = None\n",
59
-
"if META_ID is not None:\n",
60
-
" url, meta_result = run(META_ID)\n",
61
-
"else:\n",
62
-
" print(\"UPDATE META_ID VARIABLE TO YOUR META-ANALYSIS\")\n",
63
-
"\n",
64
-
"if url is not None:\n",
65
-
" print(f\"view the completed meta-analysis here: {url}\")"
66
-
]
67
-
},
68
-
{
69
-
"cell_type": "markdown",
70
-
"id": "36d13a9a-b29c-48b3-87d3-4b37cf14cf63",
71
-
"metadata": {
72
-
"id": "36d13a9a-b29c-48b3-87d3-4b37cf14cf63",
73
-
"tags": []
74
-
},
75
-
"source": [
76
-
"## Create a Report\n",
77
-
"\n",
78
-
"NiMARE can generate a report of the meta-analysis for you to view and explore. The report provides an overview of the coordinates input into the meta-analysis, key statistical maps, statistically significant clusters, and diagnostics to view the contributions of individual studies to each cluster.\n"
79
-
]
80
-
},
81
-
{
82
-
"cell_type": "code",
83
-
"execution_count": null,
84
-
"id": "5767b0b3-8085-4c6a-9812-a1845b036266",
85
-
"metadata": {
86
-
"id": "5767b0b3-8085-4c6a-9812-a1845b036266"
87
-
},
88
-
"outputs": [],
89
-
"source": [
90
-
"from nimare.reports import run_reports\n",
91
-
"run_reports(meta_result, 'report')"
92
-
]
93
-
},
94
-
{
95
-
"cell_type": "markdown",
96
-
"source": [
97
-
"## View the Report\n",
98
-
"\n",
99
-
"You can either download the report using the cell below, or view the contents in google colab two cells below."
100
-
],
101
-
"metadata": {
102
-
"id": "Bywzroq08EnR"
103
-
},
104
-
"id": "Bywzroq08EnR"
105
-
},
106
-
{
107
-
"cell_type": "code",
108
-
"source": [
109
-
"#@title Download the Report\n",
110
-
"from google.colab import files\n",
111
-
"import shutil\n",
112
-
"\n",
113
-
"folder_path = '/content/report' # Replace with the path to your folder\n",
"After you've built your meta-analysis on [neurosynth compose](https://compose.neurosynth.org), you can use this notebook to execute and view the meta-analytic results."
13
+
]
195
14
},
196
-
"nbformat": 4,
197
-
"nbformat_minor": 5
198
-
}
15
+
{
16
+
"cell_type": "code",
17
+
"execution_count": null,
18
+
"id": "28d0e8b6-9bbd-4256-a19a-ff36eeca5cfd",
19
+
"metadata": {
20
+
"cellView": "form",
21
+
"id": "28d0e8b6-9bbd-4256-a19a-ff36eeca5cfd"
22
+
},
23
+
"outputs": [],
24
+
"source": [
25
+
"#@title Run once to install NiMARE (~1 minute)\n",
" print(\"UPDATE META_ID VARIABLE TO YOUR META-ANALYSIS\")\n",
64
+
"\n",
65
+
"if url is not None:\n",
66
+
" print(f\"view the completed meta-analysis here: {url}\")"
67
+
]
68
+
},
69
+
{
70
+
"cell_type": "markdown",
71
+
"id": "36d13a9a-b29c-48b3-87d3-4b37cf14cf63",
72
+
"metadata": {
73
+
"id": "36d13a9a-b29c-48b3-87d3-4b37cf14cf63",
74
+
"tags": []
75
+
},
76
+
"source": [
77
+
"## Create a Report\n",
78
+
"\n",
79
+
"NiMARE can generate a report of the meta-analysis for you to view and explore. The report provides an overview of the coordinates input into the meta-analysis, key statistical maps, statistically significant clusters, and diagnostics to view the contributions of individual studies to each cluster.\n"
80
+
]
81
+
},
82
+
{
83
+
"cell_type": "code",
84
+
"execution_count": null,
85
+
"id": "5767b0b3-8085-4c6a-9812-a1845b036266",
86
+
"metadata": {
87
+
"id": "5767b0b3-8085-4c6a-9812-a1845b036266"
88
+
},
89
+
"outputs": [],
90
+
"source": [
91
+
"from nimare.reports import run_reports\n",
92
+
"run_reports(meta_result, 'report')"
93
+
]
94
+
},
95
+
{
96
+
"cell_type": "markdown",
97
+
"id": "Bywzroq08EnR",
98
+
"metadata": {
99
+
"id": "Bywzroq08EnR"
100
+
},
101
+
"source": [
102
+
"## View the Report\n",
103
+
"\n",
104
+
"You can either download the report using the cell below, or view the contents in google colab two cells below."
105
+
]
106
+
},
107
+
{
108
+
"cell_type": "code",
109
+
"execution_count": null,
110
+
"id": "1g7ewj1h2Xtw",
111
+
"metadata": {
112
+
"cellView": "form",
113
+
"id": "1g7ewj1h2Xtw"
114
+
},
115
+
"outputs": [],
116
+
"source": [
117
+
"#@title Download the Report\n",
118
+
"from google.colab import files\n",
119
+
"import shutil\n",
120
+
"\n",
121
+
"folder_path = '/content/report' # Replace with the path to your folder\n",
0 commit comments