Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
The PETPVC toolbox comprises a suite of methods, both classic and more recent approaches, for the purposes of applying PVC to PET data. Eight core PVC techniques are available, and those core methods can be combined to create a total of 22 different PVC techniques.
The indexed_gzip project is a Python extension which aims to provide a drop-in replacement for the built-in Python gzip.GzipFile class, the IndexedGzipFile. indexed_gzip was written to allow fast random access of compressed NIFTI image files (for which GZIP is the de-facto compression standard), but will work with any GZIP file.
ANTs is a C++ library available through the command line that computes high-dimensional mappings to capture the statistics of brain structure and function. It allows one to organize, visualize and statistically explore large biomedical image sets.
NiReports contains the two main components of the visual reporting system of NiPreps: 1) reportlets, visualizations for assessing the quality of a particular processing step within the neuroimaging pipeline, and 2) assemblers, end-user write out reportlets to a predetermined folder.
Convert data from DICOM and organise the resulting NIfTI files into BIDS.
migas (mee-gahs) is a Python client to facilitate communication with a migas server.
It helps developers working in continuous integration (CI) environments by providing essential information about the CI server. It can determine if the code is running on a CI server,identify the specific server,and detect if a pull request is being tested.
A Python implementation of the moving average principal components analysis methods for functional MRI data translated from the MATLAB-based GIFT package.
Surfa is a collection of Python utilities for medical image analysis and mesh-based surface processing. It provides tools that operate on 3D image arrays and triangular meshes with consideration of their representation in a world (or scanner) coordinate system. While broad in scope, surfa is developed with particular emphasis on neuroimaging applications.
fMRIPrep is a fMRI data preprocessing pipeline that is designed to provide an easily accessible, state-of-the-art interface that is robust to variations in scan acquisition protocols and that requires minimal user input, while providing easily interpretable and comprehensive error and output reporting. It performs basic processing steps (coregistration, normalization, unwarping, noise component extraction, segmentation, skull-stripping, etc.) providing outputs that can be easily submitted to a variety of group level analyses, including task-based or resting-state fMRI, graph theory measures, and surface or volume-based statistics.
Gifticlib is a a library for reading and writing files in GIfTI format. GIfTI is a standard for Geometry Data Format for Exchange of Surface-Based Brain Mapping Data.
niworkflows is capable of converting between formats and resampling images to apply transforms generated by the most popular neuroimaging packages and libraries (AFNI, FSL, FreeSurfer, ITK, and SPM).
MRIQC extracts no-reference image quality metrics from structural (T1w and T2w), functional and diffusion MRI data.
{dcmstack
Convert3d is a command-line tool for converting 3D images between common file formats. The tool also includes a growing list of commands for image manipulation, such as thresholding and resampling. The tool can also be used to obtain information about image files.
DIPY is the paragon 3D/4D+ medical imaging library in Python. It contains generic methods for spatial normalization, signal processing, machine learning, statistical analysis and visualization of medical images. Additionally, it contains specialized methods for computational anatomy including diffusion, perfusion and structural imaging.
elastix is an image registration toolbox based on ITK. The software consists of a collection of algorithms that are commonly used to perform (medical) image registration: the task of finding a spatial transformation, mapping one image (the fixed image) to another (the moving image), by optimizing relevant image similarity metrics. The modular design of elastix allows the user to quickly configure, test, and compare different registration methods for a specific application. A command-line interface enables automated processing of large numbers of data sets, by means of scripting.
dcm2niix is designed to convert neuroimaging data from the DICOM format to the NIfTI format. dcm2niix is also able to generate a BIDS JSON format sidecar which includes relevant information for brain scientists in a vendor agnostic and human readable form.
AFNI, Analysis of Functional NeuroImages is a suite of programs for looking at and analyzing MRI brain images at all stages of analysis (planning, setting up acquisition, preprocessing, analysis, quality control and statistical analysis).
NARPS Open Pipelines is a project aimed at reproducing the 70 pipelines from the NARPS study (Botvinik-Nezer et al., 2020) and sharing them as an open resource for the community. It uses Nipype for workflow management and provides templates to facilitate the reproduction of neuroimaging analyses.
pybids provides a set of tools for working with BIDS datasets. The BIDS standard aims at organizing and describing neuroimaging data in a uniform way in order to facilitate data sharing within the scientific community.
NeuroImaging Workflows provides processing tools for magnetic resonance images of the brain.
Nipype provides a uniform interface to existing neuroimaging software and facilitates interaction between these packages within a single workflow. Nipype provides an environment that encourages interactive exploration of algorithms from different packages.
The EDS-Pseudo project aims at detecting identifying entities in clinical documents, and was primarily tested on clinical reports at AP-HP's clinical data warehouse. The model is built on top of edsnlp, and consists in a hybrid model (rule-based + deep learning) for which we provide rules (eds-pseudo/pipes) and a training recipe. We also provide some fictitious templates and a script to generate a synthetic dataset.