saveBruker2Txt {batman}R Documentation

Read Raw Binary Bruker NMR Spectra and save them to ASCII file.

Description

Save the multiple raw binary Bruker NMR spectra (1D) from a specified folder into ASCII file as a matrix with columns:

[ppm, spectrum 1, spectrum 2, ...].

Interpolation may be performed if spectra have different ppm scales.

Usage

saveBruker2Txt(BrukerDataDir)

Arguments

BrukerDataDir

The directory of the folder containing 1D Bruker spectral data files. Recursively finds all the "1r" files in datapath and read in.

saveFileName

The saved file name with extension.

Value

It returns a matrix with columns:

[ppm, spectrum 1, spectrum 2, ...].

Examples

library(batman)
## Read in all Burker NMR spectra files, replace "/your/data/path/here" with the
## directory of the data files you want to read.
## brukerdata<-readBruker("/your/data/path/here")

[Package batman version 1.2.1.11 Index]