Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Analysis of Brain Coordinates CBMA algorithm #415

Open
tsalo opened this issue Dec 5, 2020 · 2 comments
Open

Implement Analysis of Brain Coordinates CBMA algorithm #415

tsalo opened this issue Dec 5, 2020 · 2 comments
Labels
cbma Issues/PRs pertaining to coordinate-based meta-analysis effort: high Estimated high effort task enhancement New feature or request help wanted Extra attention is needed impact: low Estimated low impact task priority: low Not urgent

Comments

@tsalo
Copy link
Member

tsalo commented Dec 5, 2020

Analysis of Brain Coordinates (ABC) is a new CBMA algorithm proposed in Tench et al. (2022).

Replication data are available at https://rdmc.nottingham.ac.uk/handle/internal/9171 and https://rdmc.nottingham.ac.uk/handle/internal/9121.

I'll try to describe the method as I understand it (this comment will be edited over time whenever I have a chance to read through the paper).

  1. Calculate the smallest sphere that encompasses some number (k) of the nearest coordinates from different studies, for each coordinate. So for coordinate i, you would have a volume, dVi, describing that coordinate's sphere.
    • It seems like k (the number of independent studies to require for each coordinate) is a key parameter.
    • The minimum possible k value is 4. The number must be kept small because "the density estimate is only valid for small volumes to meet anatomical constraints."
@tsalo tsalo added the enhancement New feature or request label Dec 5, 2020
@tsalo tsalo added the help wanted Extra attention is needed label Dec 15, 2020
@tsalo
Copy link
Member Author

tsalo commented Dec 15, 2020

There's a C implementation under a GPL license packaged with the NeuRoi toolbox.

@tsalo tsalo added the cbma Issues/PRs pertaining to coordinate-based meta-analysis label Dec 28, 2020
@tsalo tsalo added effort: high Estimated high effort task impact: low Estimated low impact task priority: low Not urgent labels Sep 18, 2021
@tsalo tsalo changed the title Coordinate density analysis Implement Analysis of Brain Coordinates CBMA algorithm Dec 20, 2021
@tsalo
Copy link
Member Author

tsalo commented Dec 20, 2021

Apparently they renamed the method from "coordinate density analysis" to "analysis of brain coordinates."

@tsalo tsalo pinned this issue Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cbma Issues/PRs pertaining to coordinate-based meta-analysis effort: high Estimated high effort task enhancement New feature or request help wanted Extra attention is needed impact: low Estimated low impact task priority: low Not urgent
Projects
None yet
Development

No branches or pull requests

1 participant