6. Visualization of bstr
outputs
For visualization tips and guidelines, you can refer to the documentation for the BrainSuite GUI interface.
6.1. Output files
A bstr
output folder will typically contain the following files
6.1.1. Statistical Measurements
Measurement |
Output files suffix/folders |
---|---|
adjusted log p-value |
|
adjusted t-statistic |
|
adjusted masked correlation |
|
unadjusted log p-value |
|
unadjusted t-statistic |
|
unadjusted correlation |
|
cluster table |
|
6.1.2. Colormaps/colorbars
Measurement |
Output files suffix/folders |
---|---|
rendered colorbar |
|
colorbar LUT (adjusted) |
|
colorbar LUT |
|
colorbar JSON format |
|
6.1.3. 2D Image slices from 3D Volumes
Type |
Output files suffix/folders |
---|---|
Rendered image slices (TBM/DBA only ) |
|
Rendered image slices (TBM/DBA only ) with cross-hairs |
|
6.1.4. Statistical Report
Type |
Output files |
---|---|
R Markdown report |
|
HTML rendered R Markdown report |
|
6.2. Visualization of Surface-based Analysis (SBA) Results
Navigate to the output folder of
sba
resuls.Open the BrainSuite GUI.
Drag and drop the corresponding statistical output
dfs
file for both left (*.left.*
) and right (*.right.*
) hemispheres into BrainSuite (see Statistical Measurements table above ).Open the colormap PNG file (see Image slices table above ) to view the color bar with labels.
6.3. Visualization of Tensor-based Morphometry (TBM) / Diffusion-based Analysis (DBA) Results
Open the BrainSuite GUI.
Load the appropriate brain anatomical atlas in BrainSuite. This will be located inside one of the sub-folders,
svreg/BCI-DNI_brain_atlas
,svreg/BrainSuiteAtlas1
,svreg/USCBrain
of theBrainSuite
installation folder.Load (overlay) the desired statistical output image file (see Statistical Measurements table above ) on the atlas. As an example, for a correlation analysis, the output file could be
bstr_corr*corr_values_masked_adjusted.nii.gz
.Press the
S
button in the Image Display panel. This will make the colormap symmetric.Load (Drag and drop) the appropriate color look up the table file (LUT) corresponding to the statistical output (adjusted or unadjusted). For e.g. an adjusted LUT for correlation values could like like
bstr_corr*corr_values_masked_adjusted.lut
.Select the LUT by right clicking on the appropriate colorbar and selecting the LUT. It should be equivalent to the LUT file name.
The statistical image (volume) will now be displayed in color.
Open the colormap PNG file (see Image slices table above ) to view the color bar with labels.
6.4. Visualization of ROI Results
Navigate to the output ROI result folder.
Open the HTML report file (see Statistical Report above ) in a browser.
Optionally, open the R Markdown file (see Statistical Report above ) in
RStudio
or a suitable R-IDE. One canPreview
orKnit
this.Rmd
file to get the same output as the HTML report.