Introduction to spant

Reading raw data and plotting

Load the spant package:

library(spant)

Get the path to a data file included with spant:

fname <- system.file("extdata", "philips_spar_sdat_WS.SDAT", package = "spant")

Read the file and save to the workspace as mrs_data:

mrs_data <- read_mrs(fname)

Output some basic information about the data:

print(mrs_data)
#> MRS Data Parameters
#> ----------------------------------
#> Trans. freq (MHz)       : 127.7861
#> FID data points         : 1024
#> X,Y,Z dimensions        : 1x1x1
#> Dynamics                : 1
#> Coils                   : 1
#> Voxel resolution (mm)   : 20x20x20
#> Sampling frequency (Hz) : 2000
#> Repetition time (s)     : 2 
#> Reference freq. (ppm)   : 4.65
#> Nucleus                 : 1H
#> Spectral domain         : FALSE
#> Number of transients    : 128 
#> Echo time (s)           : 0.03 
#> Manufacturer            : Philips

Plot the spectral region between 5 and 0.5 ppm:

plot(mrs_data, xlim = c(5, 0.5))

Basic preprocessing

Apply a HSVD filter to the residual water region and align the spectrum to the tNAA resonance at 2.01 ppm:

mrs_proc <- hsvd_filt(mrs_data)
mrs_proc <- align(mrs_proc, 2.01)
plot(mrs_proc, xlim = c(5, 0.5))

Basis simulation

Simulate a typical basis set for short TE brain analysis, print some basic information and plot:

basis <- sim_basis_1h_brain_press(mrs_proc)
print(basis)
#> Basis set parameters
#> -------------------------------
#> Trans. freq (MHz)       : 127.8
#> Data points             : 1024
#> Sampling frequency (Hz) : 2000
#> Elements                : 27
#> 
#> Names
#> -------------------------------
#> -CrCH2,Ala,Asp,Cr,GABA,Glc,Gln,
#> GSH,Glu,GPC,Ins,Lac,Lip09,
#> Lip13a,Lip13b,Lip20,MM09,MM12,
#> MM14,MM17,MM20,NAA,NAAG,PCh,
#> PCr,sIns,Tau
stackplot(basis, xlim = c(4, 0.5), labels = basis$names, y_offset = 5)

Perform ABfit analysis of the processed data (mrs_proc):

fit_res <- fit_mrs(mrs_proc, basis)

Plot the fit result:

plot(fit_res)

Unscaled amplitudes, CRLB error estimates and other useful fitting diagnostics, such as SNR, are given in the fit_res results table:

fit_res$res_tab
#>   X Y Z Dynamic Coil X.CrCH2          Ala          Asp           Cr
#> 1 1 1 1       1    1       0 8.228943e-06 3.548332e-05 4.020309e-05
#>           GABA          Glc          Gln          GSH          Glu         GPC
#> 1 1.706756e-05 2.442181e-06 3.029781e-06 2.227788e-05 6.499651e-05 1.60329e-05
#>            Ins          Lac       Lip09       Lip13a Lip13b Lip20         MM09
#> 1 5.902969e-05 5.818723e-06 2.36297e-05 2.635528e-06      0     0 9.887582e-06
#>           MM12         MM14         MM17         MM20          NAA         NAAG
#> 1 6.546986e-06 2.599939e-05 2.245509e-05 9.207424e-05 5.981785e-05 1.556186e-05
#>   PCh          PCr         sIns Tau         tNAA        tCr        tCho
#> 1   0 2.101291e-05 6.508653e-06   0 7.537971e-05 6.1216e-05 1.60329e-05
#>            Glx        tLM09        tLM13        tLM20   X.CrCH2.sd       Ala.sd
#> 1 6.802629e-05 3.351728e-05 3.518191e-05 9.207424e-05 2.383751e-06 4.353307e-06
#>        Asp.sd       Cr.sd      GABA.sd       Glc.sd       Gln.sd       GSH.sd
#> 1 9.24363e-06 3.71517e-06 4.580091e-06 4.427048e-06 5.089146e-06 2.022837e-06
#>         Glu.sd       GPC.sd       Ins.sd       Lac.sd     Lip09.sd    Lip13a.sd
#> 1 5.086891e-06 2.525935e-06 2.091042e-06 5.311856e-06 4.118788e-06 1.328563e-05
#>      Lip13b.sd     Lip20.sd      MM09.sd      MM12.sd      MM14.sd      MM17.sd
#> 1 6.477228e-06 7.510918e-06 3.827223e-06 4.597885e-06 7.234432e-06 3.810269e-06
#>        MM20.sd       NAA.sd      NAAG.sd       PCh.sd       PCr.sd      sIns.sd
#> 1 8.602468e-06 1.015226e-06 1.215671e-06 2.174694e-06 3.108031e-06 7.233859e-07
#>         Tau.sd     tNAA.sd       tCr.sd      tCho.sd       Glx.sd     tLM09.sd
#> 1 3.777987e-06 7.03106e-07 5.881706e-07 2.113501e-07 3.165046e-06 1.006533e-06
#>       tLM13.sd    tLM20.sd    phase       lw        shift      asym
#> 1 1.572004e-06 3.01819e-06 11.15084 5.038936 -0.003427611 0.1764495
#>   res.deviance res.niter res.info
#> 1 7.300324e-05        28        2
#>                                                        res.message bl_ed_pppm
#> 1 Relative error between `par' and the solution is at most `ptol'.   2.364083
#>   max_bl_flex_used     full_res fit_pts ppm_range      SNR      SRR      FQN
#> 1            FALSE 7.745306e-05     497       3.8 62.79192 51.44066 1.490028
#>     tNAA_lw     tCr_lw   tCho_lw auto_bl_crit_7 auto_bl_crit_5.901
#> 1 0.0456527 0.05199591 0.0543881      -8.904402          -8.947808
#>   auto_bl_crit_4.942 auto_bl_crit_4.12 auto_bl_crit_3.425 auto_bl_crit_2.844
#> 1          -8.980941         -9.003463          -9.016574          -9.023968
#>   auto_bl_crit_2.364 auto_bl_crit_1.969 auto_bl_crit_1.647 auto_bl_crit_1.384
#> 1          -9.027876          -9.027565          -9.014311          -8.963288
#>   auto_bl_crit_1.17 auto_bl_crit_0.997 auto_bl_crit_0.856 auto_bl_crit_0.743
#> 1         -8.848749          -8.694789          -8.565997          -8.488422
#>   auto_bl_crit_0.654 auto_bl_crit_0.593 auto_bl_crit_0.558 auto_bl_crit_0.54
#> 1          -8.449881          -8.432821          -8.425656         -8.422668
#>   auto_bl_crit_0.532 auto_bl_crit_0.529
#> 1          -8.421413          -8.420883

Note that signal names appended with “.sd” are the CRLB estimates for the uncertainty (standard deviation) in the metabolite quantity estimate. e.g. to calculate the percentage s.d. for tNAA:

fit_res$res_tab$tNAA.sd / fit_res$res_tab$tNAA * 100
#> [1] 0.9327523

Spectral SNR:

fit_res$res_tab$SNR
#> [1] 62.79192

Linewidth of the tNAA resonance in PPM:

fit_res$res_tab$tNAA_lw
#> [1] 0.0456527

Ratios to total-creatine

Amplitude estimates measured by the fitting method are essentially arbitrary unless scaled to a known reference signal. The simplest approach for proton-MRS is to simply divide all metabolite values by total-creatine:

fit_res_tcr_sc <- scale_amp_ratio(fit_res, "tCr")
amps <- fit_amps(fit_res_tcr_sc)
print(t(amps))
#>               [,1]
#> X.CrCH2 0.00000000
#> Ala     0.13442470
#> Asp     0.57964119
#> Cr      0.65674155
#> GABA    0.27880874
#> Glc     0.03989449
#> Gln     0.04949328
#> GSH     0.36392241
#> Glu     1.06175683
#> GPC     0.26190693
#> Ins     0.96428525
#> Lac     0.09505232
#> Lip09   0.38600528
#> Lip13a  0.04305292
#> Lip13b  0.00000000
#> Lip20   0.00000000
#> MM09    0.16151956
#> MM12    0.10694892
#> MM14    0.42471561
#> MM17    0.36681736
#> MM20    1.50408762
#> NAA     0.97716034
#> NAAG    0.25421228
#> PCh     0.00000000
#> PCr     0.34325845
#> sIns    0.10632273
#> Tau     0.00000000
#> tNAA    1.23137262
#> tCr     1.00000000
#> tCho    0.26190693
#> Glx     1.11125011
#> tLM09   0.54752484
#> tLM13   0.57471746
#> tLM20   1.50408762

Water reference scaling, AKA “absolute-quantification”

A more sophisticated approach to scaling metabolite values involves the use of a separate water-reference acquisition - which can be imported in the standard way:

fname_wref <- system.file("extdata", "philips_spar_sdat_W.SDAT", package = "spant")
mrs_data_wref <- read_mrs(fname_wref)

The following code assumes the voxel contains 100% white matter tissue and scales the metabolite values into molal (mM) units (mol / kg tissue water) based on the method described by Gasparovic et al MRM 2006 55(6):1219-26:

p_vols <- c(WM = 100, GM = 0, CSF = 0)
TE = 0.03
TR = 2
fit_res_molal <- scale_amp_molal_pvc(fit_res, mrs_data_wref, p_vols, TE, TR)
fit_res_molal$res_tab$tNAA
#> [1] 12.58175

An alternative method scales the metabolite values into molar (mM) units (mol / Litre of tissue) based on assumptions outlined in the LCModel manual and references therein (section 10.2). This approach may be preferred when comparing results to those obtained LCModel or TARQUIN.

fit_res_molar <- scale_amp_molar(fit_res, mrs_data_wref)
fit_res_molar$res_tab$tNAA
#> [1] 6.817591

Note, while “absolute” units are attractive, a large number of assumptions about metabolite and water relaxation rates are necessary to arrive at these mM estimates. If you’re not confident at being able to justify these assumptions, scaling to a metabolite reference (eg tCr as above) is going to be a better option in most cases. Simple metabolite referenced ratios also have the benefit of being more reproducible due to the simplicity of the approach.