Literature DB >> 33280161

FSL-MRS: An end-to-end spectroscopy analysis package.

William T Clarke1,2, Charlotte J Stagg1,2, Saad Jbabdi1.   

Abstract

PURPOSE: We introduce FSL-MRS, an end-to-end, modular, open-source MRS analysis toolbox. It provides spectroscopic data conversion, preprocessing, spectral simulation, fitting, quantitation, and visualization.
METHODS: The FSL-MRS package is modular. Its programs operate on data in a standard format (Neuroimaging Informatics Technology Initiative [NIfTI]) capable of storing single-voxel and multivoxel spectroscopy, including spatial orientation information. The FSL-MRS toolbox includes tools for preprocessing of raw spectroscopy data, including coil combination, frequency and phase alignment, and filtering. A density matrix simulation program is supplied for generation of basis spectra from simple text-based descriptions of pulse sequences. Fitting is based on linear combination of basis spectra and implements Markov chain Monte Carlo optimization for the estimation of the full posterior distribution of metabolite concentrations. Validation of the fitting is carried out on independently created simulated data, phantom data, and three in vivo human data sets (257 single-voxel spectroscopy and 8 MRSI data sets) at 3 T and 7 T. Interactive HTML reports are automatically generated by processing and fitting stages of the toolbox. The FSL-MRS package can be used on the command line or interactively in the Python language.
RESULTS: Validation of the fitting shows low error in simulation (median error of 11.9%) and in phantom (3.4%). Average correlation between a third-party toolbox (LCModel) and FSL-MRS was high (0.53-0.81) in all three in vivo data sets.
CONCLUSION: The FSL-MRS toolbox is designed to be flexible and extensible to new forms of spectroscopic acquisitions. Custom fitting models can be specified within the framework for dynamic or multivoxel spectroscopy. It is available as part of the FMRIB Software Library.
© 2020 The Authors. Magnetic Resonance in Medicine published by Wiley Periodicals LLC on behalf of International Society for Magnetic Resonance in Medicine.

Entities:  

Keywords:  Bayesian fitting; MRS; MRSI; open-source; spectroscopy

Mesh:

Year:  2020        PMID: 33280161      PMCID: PMC7116822          DOI: 10.1002/mrm.28630

Source DB:  PubMed          Journal:  Magn Reson Med        ISSN: 0740-3194            Impact factor:   3.737


INTRODUCTION

Recent years have seen the emergence and rapid progress of new MRS technologies, including spectral editing, MRS imaging, , time‐resolved functional MRS, diffusion‐weighted MRS, and MRS fingerprinting. Magnetic resonance spectroscopy is, therefore, starting to have a range of techniques comparable to those of conventional proton MRI, but with the added benefit of being able to quantify specific chemical compounds. However, unlike modern MRI‐based neuroimaging, MRS lacks standard data formats (eg, Neuroimaging Informatics Technology Initiative [NIfTI]), as well as standard preprocessing and analysis pipelines suitable for use by nonexpert users (eg, FSL, SPM, or AFNI ). This restricts the use of MRS in research, particularly in neuroscience, by requiring expertise in MRS acquisition, data analysis, and computing. Current processing toolboxes are typically linear and linearly dependent, lacking modularity or a standardized data format. It is therefore difficult to customize processing pipelines, inspect the results of single steps of a pipeline, or combine steps from different toolsets. The tools currently available and commonly in use for processing, fitting, and visualization of spectra (eg, Refs. 11, 12) suffer from one or more of several limitations, namely: They may be black‐box, closed‐source implementations, sometimes with monetary cost; They may require licensed software to run, which is not universally deployable; They often require high user interaction, either through a graphical user interface or the need for setting and understanding many options; They have fixed forward‐fitting models. Modifications require MRS and computing expertise; and/or They have limited or no handling of MRSI data, with no parallelization available. For these reasons, currently available software is not easily extensible to new forms of MRS, such as high‐resolution, high‐voxel‐count MRSI, or time‐series modeling of functional MRS or diffusion‐weighted MRS. In this work we present a new Python‐based MRS fitting and processing tool, FSL‐MRS. The toolbox is open‐source, free as part of the FSL software package, and operates with a scriptable command line or interactive interface. It implements a modular approach to spectroscopy analysis with a common data format, allowing integration with other neuroimaging tools. Steps are parallelizable for MRSI data. The FSL‐MRS package is end‐to‐end, comprised of modules for data conversion, preprocessing, basis spectra simulation, fitting, quantification, and visualization. The FSL‐MRS fitting module works on the principle of linear combination of precalculated basis spectra. In keeping with FSL’s tradition of favoring Bayesian inference approaches, our tool calculates full posterior distributions of the fitted metabolite concentrations using a Markov chain Monte Carlo (MCMC) algorithm, specifically Metropolis‐Hastings. The full posterior distributions can be used in further analysis, allowing efficient propagation of fitting uncertainties into downstream modeling and statistical analyses. Parameter covariances are also available from the fitting output, and point estimates of concentration and uncertainties may be calculated using appropriate summary statistics. The FSL‐MRS toolbox incorporates an interactive reporting interface that uses modern data‐science visualization tools. In this work we describe the FSL‐MRS components, interface and output, and describe the fitting model and approach. A validation of the tool’s fitting estimates is carried out on widely available simulated data, in phantom, and on three in vivo data sets at 3 T and 7 T, spanning 265 subjects.

METHODS

Data conversion and format

The FSL‐MRS toolbox operates on a modular processing principle. Modularity allows custom third‐party additions to the processing pipeline without the need to alter the FSL‐MRS package or adhere to FSL‐MRS‐imposed code conventions, languages, or possible limitations. To enable this workflow, FSL‐MRS processing and fitting operates on MRS data stored in the NIfTI format. The NIfTI format permits the storage of data resolved into three spatial dimensions, in addition to a time dimension and two further unspecified dimensions. The MRS and MRSI time‐domain data may therefore be stored using the format (and will allow analysis of functional MRS and diffusion‐weighted MRS data in the future). Data are loaded from, and written to, file after each operation. Additional required meta‐data are stored in, read from, and written to JavaScript object notation “sidecar” files, as specified by the Brain Imaging Data Structure format. The FSL‐MRS package provides the spec2nii program to convert from existing data formats to NIfTI. Spec2nii currently supports seven formats specified in Supporting Information Table S1. Spectroscopy volume position information is translated into the NIfTI “qform” field, where it is available in the original format.

Modular end‐to‐end processing

The FSL‐MRS toolbox provides a complete set of command line tools for spectroscopy analysis. Here we define processing as the steps required to make single‐voxel spectroscopy (SVS) or reconstructed MRSI k‐space data ready for fitting. Basis spectra creation is the process of using quantum mechanical simulations (or other methods) to create numerical descriptions of a metabolite’s response to a specific MRS pulse sequence. Fitting is the process of estimating relative metabolite concentrations from the processed spectrum and the basis spectra. Quantification turns those relative concentrations into real‐world interpretable units of concentration. Display incorporates viewing of the data and results at all stages of the process. Figure 1 shows an overview of the tool’s workflow.
FIGURE 1

The FSL‐MRS organization and workflow. Raw data in proprietary or other formats are converted to NIfTI (Neuroimaging Informatics Technology Initiative) by spec2nii. Processing can then be carried out in stages, operating on NIfTI files using fsl_mrs_proc, or in a single Python script fsl_mrs_preproc for standard single‐voxel spectroscopy (SVS) sequences. Basis spectra can be generated for fitting using fsl_mrs_sim, given a JavaScript object notation (JSON) description for the sequence. Fitting and quantitation are then carried out by fsl_mrs and fsl_mrsi as appropriate. Interactive HTML reports are generated for viewing in the user’s browser. Spectroscopy data in NIfTI format can be viewed overlaid with other MR contrasts in FSLeyes

The FSL‐MRS organization and workflow. Raw data in proprietary or other formats are converted to NIfTI (Neuroimaging Informatics Technology Initiative) by spec2nii. Processing can then be carried out in stages, operating on NIfTI files using fsl_mrs_proc, or in a single Python script fsl_mrs_preproc for standard single‐voxel spectroscopy (SVS) sequences. Basis spectra can be generated for fitting using fsl_mrs_sim, given a JavaScript object notation (JSON) description for the sequence. Fitting and quantitation are then carried out by fsl_mrs and fsl_mrsi as appropriate. Interactive HTML reports are generated for viewing in the user’s browser. Spectroscopy data in NIfTI format can be viewed overlaid with other MR contrasts in FSLeyes

Processing

The FSL‐MRS package provides tools for all of the processing operations recommended in the community‐driven consensus paper (Tables 2‐4 of Near et al ). These tools are accessed through the command line by fsl_mrs_proc and are found in Table 1. Coil combination is performed through the whitened singular value decomposition algorithm, , spectral alignment by spectral registration, and nuisance peak removal by Hankel Lanczos singular value decomposition (HLSVDPRO). fsl_mrs_proc operations are applied sequentially to data stored in NIfTI format. Operations can be combined, in order, to form a repeatable batch processing script.
TABLE 1

Processing operations available using the fsl_mrs_proc command line tool

fsl_mrs_proc operationDescriptionReferences
coilcombineCombine individual coils of receiver phased arrayRefs. 21, 22
averageAverage FIDs, with optional complex weighting
alignPhase and frequency‐align FIDs using spectral registrationRef. 23
align‐diffPhase and frequency‐align subspectra based on addition or subtraction of subspectra (eg, for ISIS localization)Ref. 23
eccEddy current correction using a water phase reference scanRef. 25
removeRemove peak (typically residual water) using HLSVDRef. 24
tshiftShift/resample in time domain
truncateTruncate/pad time‐domain data by an integer number of points
apodizeApply choice of apodization function to the data
fshiftFrequency domain shift
unlikeIdentify outlier FIDs and remove based on similarity metricRef. 14
phaseZero‐order phase spectrum by phase of maximum point in range
subtractSubtract two FIDs
addAdd two FIDs

Abbreviations: HLSVD, Hankel Lanczos singular value decomposition; ISIS, image‐selected in vivo spectroscopy.

Processing operations available using the fsl_mrs_proc command line tool Abbreviations: HLSVD, Hankel Lanczos singular value decomposition; ISIS, image‐selected in vivo spectroscopy. In addition to the flexibility offered by this script, FSL‐MRS also provides a prepackaged processing pipeline for nonedited single‐voxel data (fsl_mrs_preproc), which runs all appropriate steps with one command‐line operation.

Basis spectra simulation

Fitting in FSL‐MRS works on the principle of linear combination (LC) modeling (see section 2.4), which requires that the user provide the algorithm with simulated (or measured) numerical responses of metabolite spin systems to the MRS pulse sequence being used. These responses are specific to the pulse sequence, the sequence timings, and the sequence RF pulse envelopes, and are known as basis spectra. Basis spectra must preserve the relative signal amplitude between metabolites. The FSL‐MRS package provides an interface (fsl_mrs_sim) for the creation of basis spectra when provided with a description of the sequence timings, RF pulses, slice‐selection gradients, and rephasing gradient areas. The RF pulses may have arbitrary amplitude and phase modulation (ie, be nonideal). The description is provided in a JavaScript object notation format; examples are provided in the software documentation. The simulation is based on the extended one‐dimensional projection implementation of density matrix simulations. , Unwanted coherences are removed with a coherence order filter. Standard literature values for common spin‐system chemical shifts and coupling constants are included in the software. , The fsl_mrs_sim script outputs a JavaScript object notation file for each simulated metabolite, which may be loaded by FSL‐MRS’s fitting modules. The FSL‐MRS toolbox also accepts LCModel (.BASIS) and jMRUI (.txt) basis spectra formats.

Fitting and quantification

Fitting in FSL‐MRS is provided by two command‐line interfaces: fsl_mrs (for SVS data) and fsl_mrsi (for MRSI data). Additional interfaces will be added in the future for other types of MRS (eg, diffusion‐weighted MRS, functional MRS). Fitting is carried out on each voxel of data independently. The user may optionally specify the limits of fitting (in ppm), the order of the complex polynomial baseline (see standard fitting model), whether to add default macromolecular peaks (at 0.9, 1.2, 1.4, 1.7, 2.08, and 3.0 ppm), the optimization algorithm (see section 2.4.2). Metabolites in the basis spectra file may be optionally excluded by the user and, for output purposes only, metabolites may be combined. For meaningful quantification, the user must supply a processed, unsuppressed, water data set, and for transverse relaxation–compensated concentrations, the user must supply the sequence TE and tissue volume fractions. , Water signal amplitude (S H2O_obs in Refs 20, 31, 32) is calculated using numerical integration of the real part of the phase‐corrected and eddy current–corrected, unsuppressed water spectrum. Water‐scaled concentrations are calculated by taking the ratio of the integrated signal of a scaled reference metabolite basis spectrum (S M_obs in Refs 20, 31, 32; defaults to creatine between 2 and 5 ppm). The scripts svs_segment and mrsi_segment can calculate tissue‐volume fractions within each voxel given an appropriate T1‐weighted structural image. Default values for water concentration, tissue–water densities, and water and metabolite T2 time constants are provided for 3T and 7T field strengths. Hardcoded constants, correct as of time of publication, may be found in Supporting Information Tables S2‐S4), and the values that are correct for the current version may always be found in the source‐code module fsl_mrs.utils.constants or as part of the online documentation. These defaults may be overridden in the interactive or python interface. Concentrations can be expressed as a ratio to an arbitrary internal reference metabolite (or combination of metabolites) or in molar (mol/dm3) or molal (mol/kg) units. The FSL‐MRS fitting outputs the SNR and linewidths (FWHM) for each fitted metabolite. The SNR ratio is calculated as the ratio of the peak height of the fitted metabolite basis spectrum over the SD of a pure noise region of the spectrum after a matched filter has been applied to both. The matched filter and linewidth are calculated for each metabolite as the FWHM peak width in hertz, as calculated from the most prominent peak in the fitted basis spectrum. If the MCMC algorithm is used, the quality control metrics are calculated over all samples.

Reporting and display

The FSL‐MRS modules generate self‐contained interactive HTML reports (Plotly, Montréal, Canada), which can be viewed and interacted with in the user’s web browser. All components of the processing module (Table 1) produce short HTML reports that can be combined into a single interactive report for each instance of data using the packaged merge_mrs_reports. An interactive report is generated for each fit displaying the fitted spectrum, model fit, residuals and concentrations (Figure 1), concentration posterior distributions, metabolite covariances, and scaled basis spectra (Figure 2). The report also contains summaries of SNR and linewidth quality‐control parameters for each fitted metabolite. The user, therefore, can quickly assess the quality of SVS data and fit visually in one location. Results of the fitting and quality‐control metrics are also available as comma‐separated value files from the command‐line programs and as Pandas objects in memory.
FIGURE 2

Extracts of the interactive HTML fitting report. Top: Metabolite concentrations summary and fit overlaid on data. Individual plots can be toggled on and off interactively. Bottom: Correlations between metabolite concentrations from the Markov chain Monte Carlo (MCMC) sampling and marginal posterior distributions of the metabolite concentrations. A full interactive fitting and preprocessing report is included as Supporting Information. Abbreviations: Ala, alanine; Asc, ascorbate; Asp, aspartate; Cr, creatine; GABA, γ‐aminobutyric acid; Glc, glucose; Gln, glutamine; Glu, glutamate; GPC, glycerophosphocholine; GSH, glutathione; Ins, myo‐inositol; Lac, lactose; Mac, macromolecules; NAA, N‐acetyl aspartate; NAAG, N‐acetyl aspartate glutamate; PCh, phosphocholine; PCr, phosphocreatine; PE, phosphorylethanolamine; Scylio, scyllo‐inositol; Tau, taurine

Extracts of the interactive HTML fitting report. Top: Metabolite concentrations summary and fit overlaid on data. Individual plots can be toggled on and off interactively. Bottom: Correlations between metabolite concentrations from the Markov chain Monte Carlo (MCMC) sampling and marginal posterior distributions of the metabolite concentrations. A full interactive fitting and preprocessing report is included as Supporting Information. Abbreviations: Ala, alanine; Asc, ascorbate; Asp, aspartate; Cr, creatine; GABA, γ‐aminobutyric acid; Glc, glucose; Gln, glutamine; Glu, glutamate; GPC, glycerophosphocholine; GSH, glutathione; Ins, myo‐inositol; Lac, lactose; Mac, macromolecules; NAA, N‐acetyl aspartate; NAAG, N‐acetyl aspartate glutamate; PCh, phosphocholine; PCr, phosphocreatine; PE, phosphorylethanolamine; Scylio, scyllo‐inositol; Tau, taurine Visualization of both time and frequency‐domain MRSI data alongside structural imaging data can be achieved using the FSL package tool FSLeyes (Figure 3).
FIGURE 3

Magnetic resonance spectroscopy imaging in FSLeyes. The results of processing and fitting of MRSI data are stored in 4D NIFTI files and can be viewed in a suitable viewer such as FSLeyes. Here, a map of total NAA +NAAG as measured using CONCEPT (concentric circle echo‐planar trajectories; data set 3) is overlaid on a T1‐weighted image. In the lower panel, the real part of the time‐series data for the selected voxel is seen on the left, and on the right the real part of the spectral data is overlaid with the FSL‐MRS fit and baseline estimate

Magnetic resonance spectroscopy imaging in FSLeyes. The results of processing and fitting of MRSI data are stored in 4D NIFTI files and can be viewed in a suitable viewer such as FSLeyes. Here, a map of total NAA +NAAG as measured using CONCEPT (concentric circle echo‐planar trajectories; data set 3) is overlaid on a T1‐weighted image. In the lower panel, the real part of the time‐series data for the selected voxel is seen on the left, and on the right the real part of the spectral data is overlaid with the FSL‐MRS fit and baseline estimate

Interactive FSL‐MRS

In addition to the command‐line tools described previously, FSL‐MRS may be run in an “interactive” way by loading the underlying python libraries into an interactive IPython environment. The same functionality and reporting interfaces that are available on the command line are also available interactively. In this way, FSL‐MRS allows prototyping of new processing pipelines and tools, while also providing familiarity for users of interactive scripting languages.

Bayesian fitting

The FSL‐MRS toolbox implements linear combination modeling for fitting of basis spectra to data using Bayesian statistics, to find an optimal solution. This method of fitting is robust, while also outputting full posterior distributions of fitted metabolite concentrations to estimate concentration covariances and uncertainties. The fitting module contains a standard fitting model appropriate for the fitting of a single, independent spectrum. However, the fitting framework can accept an arbitrary forward model.

Standard fitting model

The model for the complex‐domain spectrum is where denotes frequency; describes an Nth‐order complex polynomial estimate of the baseline; the second term applies a global zeroth and first‐order phase; and the final term is the sum of all scaled, shifted, and broadened metabolite basis spectra . To avoid overfitting, there is no flexibility in the metabolite line shapes beyond shifting (ε) and broadening (γ, σ), which can be flexibly applied to N G groups of metabolites (where each metabolite belongs to one and one only group). is the Fourier transform, and ml,g(t) is the inverse Fourier transform of . No prior information or constraints on relative metabolite scaling is incorporated. The default polynomial baseline is second‐order, but can be specified (or disabled entirely) by the user.

Optimization

Initialization is achieved using the truncated Newton algorithm as implemented in the SciPy package. , The final fit is carried out over all model parameters using Metropolis‐Hastings (an MCMC algorithm). The truncated Newton initialization can be used independently of the subsequent MCMC fit to provide a fast point estimate of the metabolite concentration. In this work and in the summary reports generated by FSL‐MRS, point estimates of the metabolite concentrations from the MCMC algorithm are the arithmetic mean of the posterior distribution. The forward model in Equation 1 is combined with an additive Gaussian white noise to produce the Likelihood function (which combines both real and imaginary parts of the model prediction and data). The noise‐variance parameter is integrated out with a Jeffrey’s (1/x) prior. Priors on the concentration parameters are set to broad zero‐mean half‐Gaussians (ie, with positivity constraint). Each of the line‐broadening parameters (γ, σ) are set to broad Gaussians (SD of 2.5 Hz) with a small, positive center (5 Hz) and positivity constraints. Thus, the prior is centered at an additional 10 Hz of line broadening in addition to the linewidth of the basis spectra. Shift and phase priors are set to broad Gaussians centered at zero, with no additional constraints. Priors can be disabled (set to uniform) by the user. The baseline parameters are estimated in the initial nonlinear fitting, then kept fixed in the MCMC stage. More details of the optimization choices (including initialization, priors, and likelihood model) can be found in the “Optimization details” section of the Supporting Information. Note that these details pertain to the results shown in this paper. The online software documentation will be kept up‐to‐date should these optimization decisions change in future releases.

Treatment of macromolecular signals

Macromolecular signal is observed as broad resonances in short TE spectra. The signal arises from amino acid residues of peptides. The methods described in section 2.2.2 are not suitable for the creation of macromolecular basis spectra: Macromolecular resonances are broad distributions of chemical shifts arising from many different peptide molecules rather than a single metabolite molecule. The FSL‐MRS toolbox, therefore, uses empirically measured macromolecular signal (eg, from metabolite T1‐nulled acquisitions) as a basis. The complex polynomial‐based baseline model is not designed to describe macromolecular signals. For situations in which empirically measured macromolecular signals are not available, simulated basis spectra, generated at known chemical shift positions, may be added to the set of basis spectra automatically. The details of these basis spectra at the time of writing are listed in Supporting Information Table S5) and in the online documentation. Users may add additional peaks or modify the defaults. In all cases, macromolecular basis spectra are treated identically to metabolite basis spectra, but are grouped separately to allow suitable separate optimization of frequency shift and line‐broadening parameters.

Validation of fitting

All methods in this work refer to version 1.0.5 of FSL‐MRS.

Simulation

Independently created simulated data were used to validate FSL‐MRS. The simulated data were created by Malgorzata Marjanska, Dinesh Deelchand, and Roland Kreis for the ISMRM MRS Study Group’s Fitting Challenge. The data consists of 21 data sets (without artifacts) with varying SNR, linewidths, line shapes, metabolite concentrations, and macromolecule content. Briefly, data sets 0‐2 have increasing widths of Lorentzian line shapes; 3‐5 have increasing widths of Gaussian line shapes; 6‐9 vary the concentration of γ‐aminobutyric acid/glutathione; 10 have no macromolecular content; 11‐13, 14‐16, 17‐19, and 20 have different spectral SNRs (20, 30, 40, and 160, respectively). The data simulate a 3T point‐resolved spectroscopy sequence with a TE of 30 ms. Both water‐suppressed and unsuppressed data are provided in an already preprocessed state. Basis spectra for 17 metabolites, including a macromolecular baseline, were provided by the challenge authors. The metabolites included are alanine, ascorbate, aspartate, γ‐aminobutyric acid, glucose, glutamine (Gln), glutamate (Glu), glutathione, glycine, myo‐inositol (Ins), lactate (Lac), N‐acetyl aspartate (NAA), N‐acetyl aspartate glutamate (NAAG), phosphorylethanolamine, scyllo‐inositol, and taurine. In the analysis, the following metabolites were treated together: NAA + NAAG, Glu + glutamine, glycerophosphocholine (GPC) + phosphocholine (PCh), creatine (Cr) + phosphocreatine (PCr), glucose + taurine, and myo‐inositol + glycine. True concentration values for each metabolite in each data set were supplied by the Fitting Challenge authors in a private communication. Fitting was assessed for both the Newton and MCMC algorithms. The polynomial baseline was restricted to zeroth order, and fitting was carried out between 0.2 and 4.2 ppm. After fitting, scaling of the raw metabolite concentrations was carried out using the unsuppressed water data, and concentration values were scaled, accounting for provided tissue‐volume fractions. Fitting performance was assessed using the mean and median percentage difference and absolute concentration difference from the true concentration values for each metabolite in all data sets. In addition, a summary statistic for each metabolite in each spectrum was calculated from the MCMC estimated posterior distribution as follows:where are the mean and SD of the fitted concentration of metabolite M, and [M]True is its true value. Intuitively, this statistic can be interpreted as “how many SDs away from the true value is our estimate?”

Phantom

Validation of unsuppressed, water‐scaled concentrations was carried out in a uniform aqueous phantom (SPECTRE; Gold Standard Phantoms, London, United Kingdom) containing six metabolites (N‐acetyl aspartate, Cr, Cho, Ins, Glu, and Lac) using a previously published stimulated echo acquisition mode (STEAM) sequence at 7 T. , The sequence parameters were 11‐ms TE, 32‐ms mixing time (TM), 10‐second TR, 4096 samples, and 6000‐Hz bandwidth. Basis spectra were created using FSL‐MRS. Basis spectra simulation used fully described (nonideal) pulse shapes, gradients, and timing parameters, and were conducted using a spatial resolution of 30 points in each gradient dimension. The concentrations of six metabolites was determined from 5‐Hz exponentially line‐broadened spectra from the phantom. This broadening was introduced to permit the use of the standard in vivo Bayesian priors in the optimization. An additional doublet near 1.4 ppm was observed in the spectrum. It was established to be contaminant of the Lac feedstock used to create the phantom. It was fitted as alanine and included in the Lac concentration. Absolute concentrations were calculated by referencing the integral of the scaled creatine spectrum to an unsuppressed water spectrum taken to be equivalent to 55.5 M H2O. The T2s were estimated from water, and an average of metabolite singlet linewidths and concentrations were scaled for metabolite and water T2 relaxation.

In vivo

The FSL‐MRS fitting was validated against LCModel (version 6.3‐1M) in three in vivo data sets. The data sets covered different brain regions, sequences and field strengths, and are summarized in Table 2. Data sets 1 and 2 contain SVS data using STEAM and SPECIAL (special inversion at lipid) sequences, respectively, and data set 3 contains 2D multivoxel MRSI data collected using density‐weighted CONCEPT (concentric circle echo‐planar trajectories) with a semi‐LASER volume‐selection module. The STEAM and SPECIAL data were processed using fsl_mrs_proc.
TABLE 2

Description of in vivo data sets used for validation

No.SequenceB0 (T)SubjectsVoxels (brain regions)Measured MM?VendorReferences
1STEAM7373 (ACC, OCC, putamen)YesSiemensRef. 40
2SPECIAL32201 (PCC)YesSiemensRef. 42
3CONCEPT38126 (calcarine sulcus)NoSiemensRef. 43

Abbreviations: ACC, anterior cingulate cortex; CONCEPT, concentric circle echo‐planar trajectories; OCC, occipital cortex; PCC, posterior cingulate cortex; SPECIAL, special inversion at lipid; STEAM, stimulated echo acquisition mode.

Description of in vivo data sets used for validation Abbreviations: ACC, anterior cingulate cortex; CONCEPT, concentric circle echo‐planar trajectories; OCC, occipital cortex; PCC, posterior cingulate cortex; SPECIAL, special inversion at lipid; STEAM, stimulated echo acquisition mode. All subjects in these data sets were recruited in a manner approved by the appropriate research ethics committee for each originating study (see references in Table 2). Identical basis spectra were used in both FSL‐MRS and LCModel. Basis spectra for data sets 1 and 2 were created in FSL‐MRS using fully described RF pulses and gradients, coherence filtering, and were simulated with 30 spatial points in each gradient dimension. The basis spectra consisted of 19 and 17 simulated metabolites, respectively, to match previous analyses. Previously measured macromolecular spectra from metabolite inversion‐nulled sequences were included in the basis spectra. For data set 3, existing basis spectra (as described in Steel et al ) were used. They were simulated in the simulation module of VeSPA (Versatile Simulation, Pulses and Analysis) and consist of 19 simulated metabolites. Macromolecular spectra were not included; instead, eight LCModel or FSL‐MRS‐simulated Gaussian macromolecule resonances were included in the analysis at the following positions: 0.91, 1.21, 1.43, 1.67, 1.95, 2.08, 2.25, and 3.00 ppm. For all data sets, default “concentration ratio priors” (also referred to as soft constraints) for metabolites were specified for the LCModel fit (ie, the LCModel control file parameter “NRATIO” was set to the default value of 12, corresponding to the first 12 ratio priors specified in §11.8 of the LCModel manual, of which numbers 8‐12 are active in data sets 1 and 2, and numbers 1‐6 and 8‐12 are active in data set 3). In LCModel, the baseline flexibility parameter DKNTMN was set to 0.25, slightly above the default (0.15), while in FSL‐MRS, the baseline order was set to second order, second order, and fourth order for data sets 1, 2, and 3, respectively. Data sets 1 and 2 were fitted using LCModel and FSL‐MRS (MCMC algorithm). Data set 3 was fit in LCModel and FSL‐MRS (Newton algorithm) for speed. Highly correlated peaks (correlation coefficient < −0.5) were combined (eg, Cr + PCr, NAA + NAAG, PCh + GPC, Glu + Gln). Metabolite concentrations were expressed as a ratio to total creatine (Cr + PCr) and as molality concentrations using unsuppressed water as an internal reference. T2 relaxation was accounted for, but the unsuppressed water peak was assumed to correspond to pure water, as anatomical images for tissue segmentation were not available for all data sets. Data were compared voxel‐wise for each metabolite in each data set using the Pearson correlation coefficient and Bland‐Altman bias and limits of agreement. Bias and limits of agreement were calculated in concentration units or as ratios to total creatine (Cr + PCr). They were summarized by expressing the bias as a percentage of the mean concentration value, and the limits of agreement as the width of the 95% confidence intervals expressed as a percentage of the mean value before averaging these values across all metabolites. In the comparisons, data were excluded if the estimated percentage Cramér–Rao lower bounds on the metabolite concentrations exceeded 100% for either FSL‐MRS or LCModel, or if the fitted value was more than four SDs from the mean value for that metabolite in that data set. Metrics were calculated for both the water‐scaled concentrations (water) and metabolite ratios (total creatine) for all metabolites, excluding the combined values (all), and for all metabolites including combined values but excluding those that were combined (combined).

RESULTS

Output and reports

Figure 2 shows extracts of an example FSL‐MRS fitting report. The extracts include a summary of the fit and metabolite concentrations, MCMC‐estimated correlations between metabolite concentrations, and visualizations of the MCMC estimated distributions of the metabolite concentrations. Example fully interactive HTML reports for both fitting and processing are included as Supporting Information. The same reports can be generated from example data included in the FSL‐MRS package. Figure 3 shows the results of fitting an MRSI grid of voxels from a single‐density‐weighted CONCEPT from data set 3 (Table 2). The NIfTI format viewers such as FSLeyes can be used to simultaneously view anatomical images, fitted metabolite concentrations, the spectral data, and the FSL‐MRS fit. In Figure 3, the total NAA concentrations are overlaid on a T1‐weighted image centered around the calcarine sulcus. Fitting results may be exported in NIfTI or comma‐separated value format, or carried forward in Python for further analysis.

Validation

Figure 4 summarizes the results of the validation on simulated data for all metabolites in all simulated data sets. Detailed plots for each metabolite are included as Supporting Information Figure S1.
FIGURE 4

Simulation validation. A, Comparison of FSL‐MRS‐measured concentrations for each MRS Fitting Challenge data set for seven metabolites. B, Percentage difference from true values for all metabolites for all data sets. The metabolites are sorted by mean difference. Both fitting algorithms (Newton [top] and Metropolis Hastings [bottom]) are shown

Simulation validation. A, Comparison of FSL‐MRS‐measured concentrations for each MRS Fitting Challenge data set for seven metabolites. B, Percentage difference from true values for all metabolites for all data sets. The metabolites are sorted by mean difference. Both fitting algorithms (Newton [top] and Metropolis Hastings [bottom]) are shown For all metabolites across all 21 data sets, the Newton algorithm achieved a mean (median) absolute concentration difference of 0.60 (0.41) mM and a mean (median) absolute percentage difference of 30.6% (14.9%). The MCMC algorithm achieved a mean (median) absolute concentration difference of 0.60 (0.37) mM and a mean (median) absolute percentage difference of 35.2% (11.9%). For the five most prominent signals (NAA + NAAG, Cr + PCr, Glu + Gln, Ins + Gly, and GPC + PCh), the MCMC algorithm had a mean difference of 0.48 mM or 5.4%. The mean (± SD) number of SDs from the true value (Equation 3) was 0.57 ± 0.43. A total of 98.9% of true metabolite concentration values were between the 5th and 95th percentiles of the MCMC‐estimated posterior distributions. Uncombined choline (GPC and PCh) and creatine (PCr and Cr) peaks were excluded from the calculation, as described in the original Fitting Challenge results. Figure 5 summarizes the results of the absolute concentration validation in phantom. The mean absolute percentage difference from the true concentration across all metabolites was 3.39% (range 7.1% [Lac] to 1.1% [Glu]).
FIGURE 5

Phantom validation. A, Absolute concentration of fitted metabolite compared with known concentrations. Cramér–Rao lower bound is indicated by vertical bars. B, Percentage difference from true value. C, Data overlaid with FSL‐MRS fit (each metabolite fit is shown in a different color). The doublet at 1.4 ppm is fitted as Ala and included with Lac

Phantom validation. A, Absolute concentration of fitted metabolite compared with known concentrations. Cramér–Rao lower bound is indicated by vertical bars. B, Percentage difference from true value. C, Data overlaid with FSL‐MRS fit (each metabolite fit is shown in a different color). The doublet at 1.4 ppm is fitted as Ala and included with Lac The single creatine basis set used was unable to simultaneously fit both creatine singlet peaks (CH2 at 3.93 ppm, CH3 at 3.03 ppm) with small residuals. The creatine singlets have been observed to have different T2 relaxation properties, which is unmodeled in these basis spectra, and could account for the observed difference in fit quality between peaks. Table 3 summarizes the in vivo fitting validation correlations and Bland‐Altman metrics for each data set. The per‐metabolite correlations for each of the three data sets and for both referencing methods are provided in Supporting Information Table S6.
TABLE 3

Summary of in vivo validation—correlation and Bland‐Altman statistics

Data setScalingCorrelation all Correlation combined % Bias all % Bias combined % LoA all % LoA combined
1) 7T STEAMWater0.69 ± 0.180.74 ± 0.1922 ± 2114 ± 12120 ± 7193 ± 64
tCr0.71 ± 0.170.75 ± 0.1820 ± 2111 ± 11108 ± 6384 ± 64
2) 3T SPECIALWater0.68 ± 0.130.75 ± 0.1244 ± 2545 ± 27414 ± 329369 ± 345
tCr0.77 ± 0.180.81 ± 0.1434 ± 3428 ± 33277 ± 337259 ± 408
3) 3T CONCEPTWater0.53 ± 0.160.56 ± 0.1437 ± 2237 ± 20216 ± 109193 ± 92
tCr0.54 ± 0.150.58 ± 0.1327 ± 2224 ± 23162 ± 90138 ± 96

All values are presented as mean ± SD.

Abbreviations: All, all metabolites (excluding combined); combined, after combination (excludes those combined); LoA = limits of agreement (width of 95% confidence interval); tCr, total creatine.

Summary of in vivo validation—correlation and Bland‐Altman statistics All values are presented as mean ± SD. Abbreviations: All, all metabolites (excluding combined); combined, after combination (excludes those combined); LoA = limits of agreement (width of 95% confidence interval); tCr, total creatine. Mean correlations between FSL‐MRS and LCModel in all data sets achieved a correlation over 0.5, and correlations were similar for both water‐scaled concentrations and metabolite ratios. Correlations for the combined metabolite group were higher than the uncombined “all” group, as the high SNR combined metabolites (Cr + PCr, PCh + GPC, Glu + Gln, NAA + NAAG, and Ins) achieved correlations in the range of 0.81‐0.98 for all data sets. The highest metabolite correlation across all three data sets was achieved by total choline (0.85), the lowest was glucose (0.34), and the median per‐metabolite correlation was 0.70. Figure 6 shows scatter plots for a sample of metabolites for each data set (for display purposes only, concentrations and ratios were normalized to the maximum value fitted by either LCModel or FSL‐MRS). The scatter plots for all metabolites for each data set are included in Supporting Information Figures S2‐S4).
FIGURE 6

Summary of in vivo validation. Correlation plots of a selected group of metabolites for each validation data set. Solely for display purposes, ratios to unsuppressed water and total creatine (Cr + PCr) are normalized to the maximum value fitted by either FSL‐MRS or LCModel. Correlation plots for all metabolites are shown in the Supporting Information

Summary of in vivo validation. Correlation plots of a selected group of metabolites for each validation data set. Solely for display purposes, ratios to unsuppressed water and total creatine (Cr + PCr) are normalized to the maximum value fitted by either FSL‐MRS or LCModel. Correlation plots for all metabolites are shown in the Supporting Information When averaged across all metabolites, Bland‐Altman metrics showed a consistent bias for higher metabolite concentrations (mean of 14%‐37%) and metabolite ratios (mean of 11%‐24%) in FSL‐MRS compared with LCModel. Bias was higher for water‐scaled concentrations compared with metabolite ratios, and lower for the combined metabolites. Bland‐Altman plots are shown for high‐SNR metabolites (Cr + PCr, PCh + GPC, Glu + Gln, NAA + NAAG, and Ins) in Supporting Information Figure S5. These metabolites showed much lower bias when referenced to total creatine (Supporting Information Table S7) versus water referencing (Supporting Information Table S8).

DISCUSSION

The FSL‐MRS toolbox is an end‐to‐end spectroscopy analysis package. It is designed to be used flexibly: either implementing all stages of the MRS analysis pipeline or being used as a modular part of another pipeline. The package is scriptable on the command line, requiring no interaction, and is suitable for analysis of large data sets and for deployment with high‐performance computing, or it can be used interactively, such as for pipeline prototyping and novel analyses. The FSL‐MRS package achieves modularity by operating on data stored in a standard file type, NIfTI, which is already in use throughout neuroimaging. Existing packages for handling NIfTI data exist in many programming languages (eg, NiBabel in Python and the “image processing toolbox” in MATLAB [The MathWorks, Natick, MA]), enabling FSL‐MRS to be integrated with other MRS analysis programs. Results generated in NIfTI format allow straightforward integration of MRS data into multicontrast analysis in existing neuroimaging toolboxes (eg, FSL). Both FSL‐MRS and Python are open source and free for academic and noncommercial use. The package includes visualization modules for generating interactive HTML reports, viewable in a wide range of internet browsers. Visualization of data and fitting results can also be accomplished in NIfTI format viewers due to the use of standard data types. Visualization of data remains important, while fully automatic quality control of MRS data remains not widespread. Validation of the FSL‐MRS fitting module was carried out on simulation, phantom, and in vivo data. Validation on the simulated data showed low absolute concentration errors except in those data sets with low spectral SNRs (20 and 30) and in peaks with low SNR and high correlation with neighbors (eg, GABA). MCMC fitting of metabolites with low concentrations generates skewed distributions that are not well described with a single point statistic (the mean value), which may contribute to the marginally better performance of the Newton algorithm. Phantom validation indicated that the package correctly implements calculation of absolute concentrations using scaling to unsuppressed water in the case of pure water. In in vivo data, the validation was against LCModel, an established and widely used fitting program. Bias toward higher metabolite ratios in FSL‐MRS was observed for water‐scaled concentrations and, to a lesser extent, for relative metabolite ratios. The latter might arise from FSL‐MRS not implementing priors between relative metabolite concentrations, a default setting in LCModel that was enabled in this analysis. Soft constraints in LCModel restrict certain metabolite concentration ratios (ratios of low‐SNR metabolites to a weighted average of NAA, total creatine, and total choline) to be within a certain normally distributed range. The larger differences in water‐scaled metabolite concentrations are likely due to the different implementations of flexible baselines in the two packages. LCModel and other programs , implement a spline‐based baseline; in this work we chose a complex polynomial implementation. The inclusion of a zeroth‐order term allows a uniform vertical shift in baseline across all frequencies, not typically possible with spline baselines. Across all voxels in the MRSI data set, negative correlations were observed between absolute concentrations and the zeroth‐order polynomial baseline parameters. A baseline below zero will increase the reference peak’s absolute integral and result in a large ratio when compared with the integral of unsuppressed water. The effect of the precise implementation of flexible baselines on metabolite concentrations in fitting packages is complex, , with dependence on acquisition, description of macromolecules in basis spectra, and optimization algorithm. The FSL‐MRS’s implementation of a complex polynomial baseline does not offer a solution to this complexity, but the implementation is simple to understand and implement, is unlikely to cause overfitting, and is only parametrized by 2n nuisance parameters for an order‐n baseline. If enabled, the MCMC algorithm enables the user to calculate the covariance of the baseline parameters with the metabolite concentrations. An example MCMC correlation matrix of a single spectrum from data set 1 (7T STEAM), including baseline parameters, shows that baseline parameters only correlate strongly with the macromolecule concentration (Supporting Information Figure S6). Efforts to widely measure and account for differences in fitting software will be essential to provide program quality assurance and allow for meaningful use of pooled data analyzed using different tools. Fitting using the MCMC algorithm allows the user to generate the full posterior distribution for each fitted parameter, including metabolite concentrations. This information is essential to understanding the uncertainties inherent in the estimation of the parameters. It also offers the opportunity to carry forward this information into subsequent study analysis, reducing the need for arbitrary quality cutoffs to be used. However, fitting using the MCMC algorithm is inherently slower than methods that provide only point estimates, taking tens of seconds rather than seconds to compute the results for each voxel. It may be possible to achieve the estimation of the posterior distributions in the time frame of a few seconds using a variational inference optimizer, which is under development. Operation of the package still requires the user to provide expert knowledge in two places: data conversion and generation of basis spectra. At the data‐conversion stage, the user must either use a file format understood by spec2nii and must interpret the structure of the data within that format, or provide a full conversion, including orientation information, for their own data format. Generating correct basis spectra requires the user to provide an accurate description of the RF pulses, timings, and gradients in the localization module of their sequence. Documentation for the package has been created to mitigate difficulties in these stages. The fsl_mrs SVS fitting can interpret a select few other formats (LCModel “.RAW” and jMRUI “.txt”). The FSL‐MRS MCMC fitting module accepts an arbitrary forward model. In future work we intend to use this framework to investigate the advantages of fitting multiple spectra simultaneously with a specialist model (such as for diffusion‐weighted, edited, or functional MRS). The FSL‐MRS package is under continued development and refinement; online documentation provides the latest and up‐to‐date information on the package. Currently, the package is optimized for 3T and 7T in vivo human 1H‐MRS data, fitting routines, basis spectra, and prior knowledge, which need to be suitably modified for a greater range of data.

CONCLUSIONS

We have presented a new end‐to‐end spectroscopy processing package that incorporates Bayesian fitting of spectra. The package is open‐source, modular, and freely available. This work has provided validation of the package by simulation, in phantom, and in three in vivo data sets. The complete package is available for download at git.fmrib.ox.ac.uk/fsl/fsl_mrs, through the open‐source package management system Conda (Continuum Analytics, Austin, TX), and will be available as part of FSL (fsl.fmrib.ox.ac.uk). FIGURE S1 Simulation validation results for all metabolites FIGURE S2 All metabolite correlations for data set 1 (STEAM [stimulated echo acquisition mode], 7 T) FIGURE S3 All metabolite correlations for data set 2 (SPECIAL [special sequence at lipid], 3 T) FIGURE S4 All metabolite correlations for data set 3 (MRSI, 3 T) FIGURE S5 Bland‐Altman plots for selected metabolites FIGURE S6 Markov chain Monte Carlo (MCMC) parameter correlations of a single data set TABLE S1 File formats supported by spec2nii TABLE S2 Quantification constants: tissue–water density TABLE S3 Quantification constants: T1 values TABLE S4 Quantification constants: T2 values TABLE S5 Synthetic macromolecular basis spectra specification TABLE S6 In vivo validation per‐metabolite Pearson correlations TABLE S7 Bland‐Altman statistics for creatine‐referenced high‐SNR metabolite peaks TABLE S8 Bland‐Altman statistics for water‐referenced high‐SNR metabolite peaks Click here for additional data file.
  41 in total

1.  Proton NMR chemical shifts and coupling constants for brain metabolites.

Authors:  V Govindaraju; K Young; A A Maudsley
Journal:  NMR Biomed       Date:  2000-05       Impact factor: 4.044

2.  Receive array magnetic resonance spectroscopy: Whitened singular value decomposition (WSVD) gives optimal Bayesian solution.

Authors:  Christopher T Rodgers; Matthew D Robson
Journal:  Magn Reson Med       Date:  2010-04       Impact factor: 4.668

3.  Investigation of the influence of macromolecules and spline baseline in the fitting model of human brain spectra at 9.4T.

Authors:  Ioannis-Angelos Giapitzakis; Tamas Borbath; Saipavitra Murali-Manohar; Nikolai Avdievich; Anke Henning
Journal:  Magn Reson Med       Date:  2018-10-17       Impact factor: 4.668

4.  Fast computation of full density matrix of multispin systems for spatially localized in vivo magnetic resonance spectroscopy.

Authors:  Yan Zhang; Li An; Jun Shen
Journal:  Med Phys       Date:  2017-07-10       Impact factor: 4.071

5.  Estimation of metabolite concentrations from localized in vivo proton NMR spectra.

Authors:  S W Provencher
Journal:  Magn Reson Med       Date:  1993-12       Impact factor: 4.668

6.  Advanced Hadamard-encoded editing of seven low-concentration brain metabolites: Principles of HERCULES.

Authors:  Georg Oeltzschner; Muhammad G Saleh; Daniel Rimbault; Mark Mikkelsen; Kimberly L Chan; Nicolaas A J Puts; Richard A E Edden
Journal:  Neuroimage       Date:  2018-10-06       Impact factor: 6.556

7.  Influence of fitting approaches in LCModel on MRS quantification focusing on age-specific macromolecules and the spline baseline.

Authors:  Małgorzata Marjańska; Melissa Terpstra
Journal:  NMR Biomed       Date:  2019-11-29       Impact factor: 4.044

8.  Density-weighted concentric rings k-space trajectory for 1 H magnetic resonance spectroscopic imaging at 7 T.

Authors:  Mark Chiew; Wenwen Jiang; Brian Burns; Peder Larson; Adam Steel; Peter Jezzard; M Albert Thomas; Uzay E Emir
Journal:  NMR Biomed       Date:  2017-10-18       Impact factor: 4.044

Review 9.  SciPy 1.0: fundamental algorithms for scientific computing in Python.

Authors:  Pauli Virtanen; Ralf Gommers; Travis E Oliphant; Matt Haberland; Tyler Reddy; David Cournapeau; Evgeni Burovski; Pearu Peterson; Warren Weckesser; Jonathan Bright; Stéfan J van der Walt; Matthew Brett; Joshua Wilson; K Jarrod Millman; Nikolay Mayorov; Andrew R J Nelson; Eric Jones; Robert Kern; Eric Larson; C J Carey; İlhan Polat; Yu Feng; Eric W Moore; Jake VanderPlas; Denis Laxalde; Josef Perktold; Robert Cimrman; Ian Henriksen; E A Quintero; Charles R Harris; Anne M Archibald; Antônio H Ribeiro; Fabian Pedregosa; Paul van Mulbregt
Journal:  Nat Methods       Date:  2020-02-03       Impact factor: 28.547

10.  Metabolite-cycled density-weighted concentric rings k-space trajectory (DW-CRT) enables high-resolution 1 H magnetic resonance spectroscopic imaging at 3-Tesla.

Authors:  Adam Steel; Mark Chiew; Peter Jezzard; Natalie L Voets; Puneet Plaha; Michael Albert Thomas; Charlotte J Stagg; Uzay E Emir
Journal:  Sci Rep       Date:  2018-05-17       Impact factor: 4.379

View more
  8 in total

1.  Memory recall involves a transient break in excitatory-inhibitory balance.

Authors:  Renée S Koolschijn; Anna Shpektor; William T Clarke; I Betina Ip; David Dupret; Uzay E Emir; Helen C Barron
Journal:  Elife       Date:  2021-10-08       Impact factor: 8.140

2.  MRSCloud: A cloud-based MRS tool for basis set simulation.

Authors:  Steve C N Hui; Muhammad G Saleh; Helge J Zöllner; Georg Oeltzschner; Hongli Fan; Yue Li; Yulu Song; Hangyi Jiang; Jamie Near; Hanzhang Lu; Susumu Mori; Richard A E Edden
Journal:  Magn Reson Med       Date:  2022-07-01       Impact factor: 3.737

3.  Uncertainty in denoising of MRSI using low-rank methods.

Authors:  William T Clarke; Mark Chiew
Journal:  Magn Reson Med       Date:  2021-09-21       Impact factor: 3.737

4.  NIfTI-MRS: A standard data format for magnetic resonance spectroscopy.

Authors:  William T Clarke; Tiffany K Bell; Uzay E Emir; Mark Mikkelsen; Georg Oeltzschner; Amirmohammad Shamaei; Brian J Soher; Martin Wilson
Journal:  Magn Reson Med       Date:  2022-09-11       Impact factor: 3.737

5.  Comparison of seven modelling algorithms for γ-aminobutyric acid-edited proton magnetic resonance spectroscopy.

Authors:  Alexander R Craven; Pallab K Bhattacharyya; William T Clarke; Ulrike Dydak; Richard A E Edden; Lars Ersland; Pravat K Mandal; Mark Mikkelsen; James B Murdoch; Jamie Near; Reuben Rideaux; Deepika Shukla; Min Wang; Martin Wilson; Helge J Zöllner; Kenneth Hugdahl; Georg Oeltzschner
Journal:  NMR Biomed       Date:  2022-02-23       Impact factor: 4.478

Review 6.  Investigating the neurochemistry of the human visual system using magnetic resonance spectroscopy.

Authors:  I Betina Ip; Holly Bridge
Journal:  Brain Struct Funct       Date:  2021-04-26       Impact factor: 3.748

7.  Integrity of the Left Arcuate Fasciculus Segments Significantly Affects Language Performance in Individuals with Acute/Subacute Post-Stroke Aphasia: A Cross-Sectional Diffusion Tensor Imaging Study.

Authors:  Qiwei Yu; Yan Sun; Xiaoyu Liao; Wenjun Qian; Tianfen Ye
Journal:  Brain Sci       Date:  2022-07-12

8.  FSL-MRS: An end-to-end spectroscopy analysis package.

Authors:  William T Clarke; Charlotte J Stagg; Saad Jbabdi
Journal:  Magn Reson Med       Date:  2020-12-06       Impact factor: 3.737

  8 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.