Load the spant package:
library(spant)
Get the path to a data file included with spant:
<- system.file("extdata", "philips_spar_sdat_WS.SDAT", package = "spant") fname
Read the file and save to the workspace as mrs_data
:
<- read_mrs(fname) mrs_data
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
#> Reference freq. (ppm) : 4.65
#> Nucleus : 1H
#> Spectral domain : FALSE
Plot the spectral region between 5 and 0.5 ppm:
plot(mrs_data, xlim = c(5, 0.5))
Apply a HSVD filter to the residual water region and align the spectrum to the tNAA resonance at 2.01 ppm:
<- hsvd_filt(mrs_data)
mrs_proc <- align(mrs_proc, 2.01)
mrs_proc plot(mrs_proc, xlim = c(5, 0.5))
Simulate a typical basis set for short TE brain analysis, print some basic information and plot:
<- sim_basis_1h_brain_press(mrs_proc)
basis 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_mrs(mrs_proc, basis) fit_res
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:
$res_tab
fit_res#> X Y Z Dynamic Coil X.CrCH2 Ala Asp Cr GABA
#> 1 1 1 1 1 1 0 8.228801e-06 3.548332e-05 4.020308e-05 1.70675e-05
#> Glc Gln GSH Glu GPC Ins
#> 1 2.442135e-06 3.02974e-06 2.227787e-05 6.49965e-05 1.603289e-05 5.902964e-05
#> Lac Lip09 Lip13a Lip13b Lip20 MM09 MM12
#> 1 5.818688e-06 2.362972e-05 2.635448e-06 0 0 9.88755e-06 6.54698e-06
#> MM14 MM17 MM20 NAA NAAG PCh
#> 1 2.599936e-05 2.245506e-05 9.207419e-05 5.981785e-05 1.556186e-05 0
#> PCr sIns Tau tNAA tCr tCho
#> 1 2.101294e-05 6.508646e-06 0 7.537972e-05 6.121601e-05 1.603289e-05
#> Glx tLM09 tLM13 tLM20 X.CrCH2.sd Ala.sd
#> 1 6.802623e-05 3.351727e-05 3.518178e-05 9.207419e-05 2.383752e-06 4.353322e-06
#> Asp.sd Cr.sd GABA.sd Glc.sd Gln.sd GSH.sd
#> 1 9.243629e-06 3.715174e-06 4.580078e-06 4.427047e-06 5.089145e-06 2.022837e-06
#> Glu.sd GPC.sd Ins.sd Lac.sd Lip09.sd Lip13a.sd
#> 1 5.08689e-06 2.525936e-06 2.091041e-06 5.311858e-06 4.118788e-06 1.328562e-05
#> Lip13b.sd Lip20.sd MM09.sd MM12.sd MM14.sd MM17.sd
#> 1 6.477213e-06 7.510918e-06 3.827222e-06 4.597894e-06 7.23449e-06 3.810268e-06
#> MM20.sd NAA.sd NAAG.sd PCh.sd PCr.sd sIns.sd
#> 1 8.602467e-06 1.015226e-06 1.215671e-06 2.174697e-06 3.108035e-06 7.233858e-07
#> Tau.sd tNAA.sd tCr.sd tCho.sd Glx.sd tLM09.sd
#> 1 3.777986e-06 7.031059e-07 5.881707e-07 2.113501e-07 3.165046e-06 1.006532e-06
#> tLM13.sd tLM20.sd phase lw shift asym
#> 1 1.572003e-06 3.01819e-06 11.15086 5.038937 -0.003427611 0.1764496
#> res.deviance res.niter res.info
#> 1 7.300322e-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.745307e-05 497 3.8 62.79191 51.44066 1.490028
#> tNAA_lw tCr_lw tCho_lw auto_bl_crit_7 auto_bl_crit_5.901
#> 1 0.0456527 0.05199592 0.05438809 -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.694788 -8.565996 -8.48842
#> auto_bl_crit_0.654 auto_bl_crit_0.593 auto_bl_crit_0.558 auto_bl_crit_0.54
#> 1 -8.449879 -8.432819 -8.425654 -8.422667
#> auto_bl_crit_0.532 auto_bl_crit_0.529
#> 1 -8.421412 -8.420881
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:
$res_tab$tNAA.sd / fit_res$res_tab$tNAA * 100
fit_res#> [1] 0.9327521
Spectral SNR:
$res_tab$SNR
fit_res#> [1] 62.79191
Linewidth of the tNAA resonance in PPM:
$res_tab$tNAA_lw
fit_res#> [1] 0.0456527
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:
<- scale_amp_ratio(fit_res, "tCr")
fit_res_tcr_sc <- fit_amps(fit_res_tcr_sc)
amps print(t(amps))
#> [,1]
#> X.CrCH2 0.00000000
#> Ala 0.13442236
#> Asp 0.57964115
#> Cr 0.65674118
#> GABA 0.27880776
#> Glc 0.03989373
#> Gln 0.04949260
#> GSH 0.36392233
#> Glu 1.06175641
#> GPC 0.26190681
#> Ins 0.96428433
#> Lac 0.09505174
#> Lip09 0.38600559
#> Lip13a 0.04305161
#> Lip13b 0.00000000
#> Lip20 0.00000000
#> MM09 0.16151901
#> MM12 0.10694881
#> MM14 0.42471493
#> MM17 0.36681672
#> MM20 1.50408669
#> NAA 0.97716024
#> NAAG 0.25421230
#> PCh 0.00000000
#> PCr 0.34325882
#> sIns 0.10632260
#> Tau 0.00000000
#> tNAA 1.23137254
#> tCr 1.00000000
#> tCho 0.26190681
#> Glx 1.11124901
#> tLM09 0.54752460
#> tLM13 0.57471536
#> tLM20 1.50408669
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:
<- system.file("extdata", "philips_spar_sdat_W.SDAT", package = "spant")
fname_wref <- read_mrs(fname_wref) mrs_data_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:
<- c(WM = 100, GM = 0, CSF = 0)
p_vols = 0.03
TE = 2
TR <- scale_amp_molal_pvc(fit_res, mrs_data_wref, p_vols, TE, TR)
fit_res_molal $res_tab$tNAA
fit_res_molal#> [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.
<- scale_amp_molar(fit_res, mrs_data_wref)
fit_res_molar $res_tab$tNAA
fit_res_molar#> [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.