bzhanglab / WebGestaltR

R package for WebGestalt
https://bzhanglab.github.io/WebGestaltR/
34 stars 14 forks source link

Support 2024 data from www.webgestalt.org #46

Closed iblacksand closed 1 month ago

iblacksand commented 1 month ago

To maintain reproducibility of results generated with the old R packages, the webgestalt API will default to using 2019 data. To view the 2024 data, GET and POST requests must have a version value set to "2024". This update adds version to each query in the R package with a value of "2024".

Next Steps

iblacksand commented 1 month ago

As a note, there are also formatting changes to the edited files, but those are not relevant to the functionality.