https://github.com/bbuchsbaum/fmrigpca
https://github.com/bbuchsbaum/fmrigpca
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbuchsbaum/fmrigpca
- Owner: bbuchsbaum
- License: other
- Created: 2025-08-29T18:45:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-08-29T20:48:40.000Z (7 months ago)
- Last Synced: 2025-08-29T21:42:47.943Z (7 months ago)
- Language: R
- Homepage: https://bbuchsbaum.github.io/fmrigpca/
- Size: 204 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# genpca.fmri
Design-free, batch-friendly dimensionality reduction for fMRI using
[`genpca`](https://github.com/bbuchsbaum/genpca) and `neuroim2`'s `NeuroVec`/`NeuroVol`.
- Voxel-wise API (`NeuroVec`)
- Parcel-wise API (`ClusteredNeuroVec`)
- Rank selection & stability helpers
- Vignettes: overview & rank/stability
Install locally:
```r
install.packages("devtools")
devtools::install_local("genpca.fmri_0.1.3.tar.gz", build_vignettes = TRUE, upgrade = "never")
```