<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks a lot for your help! <div class=""><br class=""></div><div class="">It seems that for now we have to specify a seed_queryEngine because of this in the connectivity_hyperalignment script:<div class=""><br class=""><div class=""><div class="">        if params.seed_queryengines is None:</div><div class="">            raise NotImplementedError("For now, we need seed queryengines.”)</div><div class=""><br class=""></div><div class="">But if we define an empty seed_queryEngine and use a seed_radius of 20 it seems to work. Just like Feilong suggested it will be defined in get_trained_queryengines.</div><div class=""><br class=""></div><div class="">One last question if I may: it seems that I always run out of RAM when I try to run the script. Even if I use only 10 resting state dataset of 10 minutes (~ 1GB) it will end up crashing after 24 hours because it ran out of the ~50GB I allocated for the analysis.</div><div class=""><br class=""></div><div class="">Is that normal and do you guys have a rule of thumbs to determine how many RAM the analysis will require? I might have to find another environment to run my analyses as a function of what this requires.</div><div class=""><br class=""></div><div class="">Thanks a lot!</div><div class=""><br class=""></div><div class="">Vincent</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 12, 2018, at 3:52 PM, Feilong Ma <<a href="mailto:mafeilong@gmail.com" class="">mafeilong@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class="">Hi Vincent,<div class=""><br class=""></div><div class="">The main query engine for searchlight connectivity hyperalignment should be similar to that used for searchlight response hyperalignment, and we usually use a 20 mm radius, which is the same one used in Swaroop's 2016 searchlight hyperalignment paper.  Sometimes I use a slightly smaller radius (e.g., 15 mm, 10 mm) to speed up the computations, but in general 20 mm radius usually works well.</div><div class=""><br class=""></div><div class="">The other query engine (SeedQueryEngine) is specific for connectivity hyperalignment, and is used to compute connectivity targets (sometimes also called connectivity seeds) by averaging responses in each searchlight.  In the connectivity hyperalignment paper we used connectivity seeds from a low-resolution surface (AFNI's ico8), and that in combination with a 13 mm radius can make sure the entire cortical surface is covered by the searchlights.</div><div class=""><br class=""></div><div class="">If you want to perform a quick analysis with data in volume, you can use a query engine that will generate searchlights in volume space.  Below is an example usage</div><div class=""><a href="https://github.com/PyMVPA/PyMVPA/blob/5b01da5529c8653da948e9e03c9361168d954482/mvpa2/algorithms/searchlight_hyperalignment.py#L683-L685" class="">https://github.com/PyMVPA/PyMVPA/blob/5b01da5529c8653da948e9e03c9361168d954482/mvpa2/algorithms/searchlight_hyperalignment.py#L683-L685</a><br class=""></div><div class=""><br class=""></div><div class="">Best,</div><div class="">Feilong</div></div></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="">On Fri, Oct 12, 2018 at 11:39 AM Yaroslav Halchenko <<a href="mailto:debian@onerussian.com" class="">debian@onerussian.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br class="">
On Fri, 12 Oct 2018, Vincent Taschereau-Dumouchel wrote:<br class="">
<br class="">
> Hi everyone,<br class="">
<br class="">
> First of, thanks a lot for sharing the connectivity hyperalignment code. You guys are doing awesome work.<br class="">
> I am starting to play around with it and was wondering about 2 things:<br class="">
<br class="">
> - Do you have an example of the arguments that needs to be provided? One of them is the SeedQueryEngine. I went through the code a little and I am having a hard time determining what this is exactly. <br class="">
<br class="">
seed_queryengines  are needed for figuring out neighborhood to average<br class="">
for estimating connectivity to it.  I am not quite sure (CCing the<br class="">
original author Swaroop and Feilong who might know better) why your<br class="">
"main" queryengine could/shouldn't be used (the test uses the<br class="">
same) if you are working in the same "domain" (e.g. in the volume for<br class="">
both the searchlight and then the seeds).  If so, may be code could be<br class="">
adjusted to avoid demanding specification of the seed_queryengines?<br class="">
<br class="">
> - Also, can we use it not with surfaces but with typical volume data? I understand the problems associated with running a searchlight on volume data but I was just trying to take a quick peak at the function before processing surfaces and all.<br class="">
<br class="">
AFAIK, due to all those "query engines" flexibility, it could be used in<br class="">
a variety of scenarios:<br class="">
<br class="">
- everything in the volume<br class="">
- everything (projected) on the surface<br class="">
- having surface guiding selection of the voxels in the volume<br class="">
<br class="">
<br class="">
-- <br class="">
Yaroslav O. Halchenko<br class="">
Center for Open Neuroscience     <a href="http://centerforopenneuroscience.org/" rel="noreferrer" target="_blank" class="">http://centerforopenneuroscience.org</a><br class="">
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755<br class="">
Phone: +1 (603) 646-9834                       Fax: +1 (603) 646-1419<br class="">
WWW:   <a href="http://www.linkedin.com/in/yarik" rel="noreferrer" target="_blank" class="">http://www.linkedin.com/in/yarik</a>        <br class="">
</blockquote></div>
</div></blockquote></div><br class=""></div></div></div></div></body></html>