neuroim - Data Structures and Handling for Neuroimaging Data
A collection of data structures that represent volumetric brain imaging data. The focus is on basic data handling for 3D and 4D neuroimaging data. In addition, there are function to read and write NIFTI files and limited support for reading AFNI files.
Last updated 4 years ago
cpp
5.64 score 6 stars 48 scripts 250 downloadsdeflist - Deferred List - A Read-Only List-Like Object with Deferred Access
Implements the 'deflist' class, a read-only list-like object that accesses its elements via a function. The 'deflist' class can be used to model deferred access to data or computations by routing indexed list access to a function. This approach is particularly useful when sequential list-like access to data is required but holding all the data in memory at once is not feasible. The package also provides utilities for memoisation and caching to optimize access to frequently requested elements.
Last updated 2 years ago
3.70 score 1 stars 6 scripts 190 downloadsmultivarious - Extensible Data Structures for Multivariate Analysis
Provides a set of basic and extensible data structures and functions for multivariate analysis, including dimensionality reduction techniques, projection methods, and preprocessing functions. The aim of this package is to offer a flexible and user-friendly framework for multivariate analysis that can be easily extended for custom requirements and specific data analysis tasks.
Last updated 2 months ago
3.53 score 17 scripts 225 downloadscolorplane - Basic S4 Classes and Methods for Mapping Between Numeric Values and Colors
A simple set of classes and methods for mapping between scalar intensity values and colors. There is also support for layering maps on top of one another using alpha composition.
Last updated 2 years ago
2.70 score 2 scripts 215 downloads