wanderine / BROCCOLI

BROCCOLI: Software for Fast fMRI Analysis on Many-Core CPUs and GPUs
GNU General Public License v3.0
115 stars 38 forks source link

output uncorrected results for RandomiseGroupLevel #44

Open portokalh opened 6 years ago

portokalh commented 6 years ago

I was wondering if it would be possible to allow saving the uncorrected results after running RandomiseGroupLevel, as in FSL. One could use this as input for a different multiple comparison correction. Many thanks!

wanderine commented 6 years ago

By default you get a volume with the (unpermuted) t-scores, but I assume you want a volume with uncorrected p-values?

2018-01-03 17:15 GMT+01:00 AlexBadea notifications@github.com:

I was wondering if it would be possible to allow saving the uncorrected results after running RandomiseGroupLevel, as in FSL. One could use this as input for a different multiple comparison correction. Many thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wanderine/BROCCOLI/issues/44, or mute the thread https://github.com/notifications/unsubscribe-auth/AEGryGUeOyL-8HfAwx4J799HPb2lptjSks5tG6eOgaJpZM4RR7pn .

-- Anders Eklund, PhD

portokalh commented 6 years ago

indeed, i was hoping to get the uncorrected p-values. Sorry for not being more precise. thanks so much!