Neuropointillist is an in-development R package which defines functions to help scientists to run voxel-wise models using R neuroimaging data.
Availability and Restrictions
Versions
The following versions are available on OSC clusters:
Version | Pitzer | Cardinal |
---|---|---|
0.0.0.9000 | X* | X |
You can use module spider neuropointillist
to view available modules for a given machine. Feel free to contact OSC Help if you need other versions for your work.
Access
Neuropointillist is available to all OSC users. If you have any questions, please contact OSC Help.
Publisher/Vendor/Repository and License Type
Free and open source.
MIT License
Copyright (c) 2018 Tara Madhyastha
Full license information available through LICENSE file in the software.
Usage
Usage on Pitzer
Set-up
To configure your environment for use of Neuropointillist, run the following command: module load neuropointillist
. The default version will be loaded. To select a particular version, use module load neuropointillist/version
. For example, use module load neuropointillist/0.0.0.9000
to load Neuropointillist 0.0.0.9000.
Neuropointillist is an R package, so you need to load the R module before you can use it in R.
module load R/4.0.2-gnu9.1 module load neuropointillist