Description Usage Arguments Details Value Examples
This function is used to import 1D or 2D NMR data. Data may be imported either by passing the experiment directory, or a file exported from topspin.
1 2 3 4 5 |
nmrfile |
Path to txt file saved using topspin's File->Save as->Save data of currently displayed region in a text file. Or a directory of files (see above) |
nucleus |
The nucleus to which the data corresponds (automatically determined if an acqus file is available) |
acqus |
The path to the directory containing the acqus file for the data (automatically found if a bruker directory is provided) |
... |
Further parameters passed to the underlying funcition calls (controlling whether immaginary data is imported, ...) |
If a folder is passed as the parameter to nmrfile, read.NMR will attempt to guess whether it is a folder containing individual scans from an in-situ experiement, a folder containing raw data or a folder containing 1D spectra to be summed. It will then process accordingly.
A data frame containing the NMR data (ppm,intensity1, ...)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.