Create a boxplot for RBA analysis results?

Hello,

I have recently run an RBA analysis on regions of interest and would like to create a boxplot similar to Chen et al., 2019 to report the effects for each region. I am completely new to R so any guidance is appreciated.

Cheers,
Gerome

Gerome, RBA currently does not provide boxplot, but you can try the option -plot with BayesianGroupAna.py

Hi,
Can you post the code that you used for the analysis?
And send me your outputs?
Thanks, Justin

Thank you, I will try it out!

Here is the code (looping through all conditions analyzed)

cd results/
foreach file_s (*.txt)
set cond = “echo "$file_s" | cut -f 1 -d '.'
mkdir ${cond}/
RBA -prefix ${cond}/${cond}_Result -Subj Subj -ROI ROI -Y Y -chains 4 -iterations 1000 -model 1 -EOI ‘Intercept’
-PDP 7 6 -dataTable $file_s
unset cond
end

I will message you the output

Cheers
Gerome

Seems like my PMs are not sending…
email is discoraj@gmail.com