Open JohannesWiesner opened 5 years ago
We don't have immediate plans to implement all of SDM, as it's closed-source and none of the core developers of NiMARE are very familiar with the details of any of the algorithms. However, I did speak with @HBossier fairly recently, and he has an R-based implementation of at least one of the SDM algorithms that we were interested in translating over to Python and incorporating into NiMARE. I haven't had a chance to work on this yet, but maybe it's something we can work on adding.
Hi @JohannesWiesner,
I didn't find time yet to start working on this as I had to shift stuff on my to-do priority list...
These functions might also be useful if you want to work within R.
I'm going to use this comment to collect information I glean from SDM manuscripts.
The steps, as best I can understand them, of the SDM-PSI algorithm are:
dijkstra3d
might be useful here.Misc. notes:
nilearn
's permuted_ols()
function (i.e., the Freedman-Lane algorithm). We already use that function for one of our IBMA algorithms, and it's very easy to apply to other kinds of maps.
permuted_ols()
would be the way to go.
I would like to use nimare to perform a meta-analysis. Is there a plan to implement the SDM algorithms (such as SDM-PSI, the latest version) as alternatives to ALE and MKDA?