SkillAgentSearch skills...

Spant

Tools for reading, visualising and processing Magnetic Resonance Spectroscopy data

Install / Use

/learn @martin3141/Spant
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- README.md is generated from README.Rmd. Please edit that file -->

Spectroscopy Analysis Tools (spant) <img src="man/figures/logo.png" align="right" width=130/>

R_build_status DOI CRAN_status_badge Downloads

Overview

spant provides a full suite of tools to build automated analysis pipelines for Magnetic Resonance Spectroscopy (MRS) data. The following features and algorithms are included:

Documentation

The online spant user manual (pdf version) is written for users with minimal experience in R or MRS processing and is the best place to start.

For more advanced users, help developing custom analysis pipeline can be found below.

Introduction : https://martin3141.github.io/spant/articles/spant-intro.html

Short tutorials : https://martin3141.github.io/spant/articles/

Function reference : https://martin3141.github.io/spant/reference/

Once the spant library has been loaded with library(spant), type ?spant on the console for instructions on how to access the offline documentation. Note that offline help on the available functions can be quickly shown in RStudio using ?function_name, eg ?read_mrs.

Basic installation

Download and install the latest version of R (https://cloud.r-project.org/), or with your package manager if using a recent Linux distribution, eg sudo apt install r-base.

It is also strongly recommended to install RStudio Desktop (https://rstudio.com/products/rstudio/download) to provide a modern environment for interactive data analysis.

Once R and RStudio have been installed, open the RStudio application and type the following in the Console (lower left panel) to install the latest stable version of spant:

install.packages("spant", dependencies = TRUE)

Or the the development version from GitHub (requires the devtools package):

install.packages("remotes")
remotes::install_github("martin3141/spant", ref = "devel", dependencies = TRUE)

Related Skills

View on GitHub
GitHub Stars27
CategoryProduct
Updated24d ago
Forks4

Languages

R

Security Score

95/100

Audited on Mar 10, 2026

No findings