powered by
Read MRS data using the TARQUIN software package.
read_mrs_tqn(fname, fname_ref = NA, format, id = NA, group = NA)
MRS data object.
the filename containing the MRS data.
a second filename containing reference MRS data.
format of the MRS data. Can be one of the following: siemens, philips, ge, dcm, dpt, rda, lcm, varian, bruker, jmrui_txt.
optional ID string.
optional group string.
fname <- system.file("extdata","philips_spar_sdat_WS.SDAT",package="spant") if (FALSE) { mrs_data <- read_mrs_tqn(fname, format="philips") }
Run the code above in your browser using DataLab