import {rNMR} | R Documentation |
Functions for importing and exporting peak lists, ROI tables, and ROI summaries.
import(object, parent=NULL) export(object, parent=NULL)
object |
optional character string argument giving the name of the rNMR object to import/export, either 'ROI table', 'ROI summary', or 'Peak list'. |
parent |
optional Tk toplevel object to set as a parent window for the newly created dialog. If provided, the dialog will appear near its parent and will bring the parent toplevel object to the front. This is particularly useful for displaying message or error dialogs in response to user interactions within rNMR GUIs. |
The import and export functions load or save tab delimited text files with the formats detailed below.
ROI tables detail the existing set of ROIs. ROI tables must contain the following seven columns:
TRUE
indicates that the ROI is active
(selected).
1
or 2
indicating the number of
dimensions for the spectrum in which the ROI was originally designated.
roi
for more information on creating ROIs.
ROI summaries extract data from existing ROIs. Each row in a summary represents data from a single file. The columns in an ROI summary are defined as follows:
rSum
for more information on generating ROI summaries.
Peak lists contain information on peaks picked in a particular spectrum and must contain the following columns:
pp
for more information on generating peak lists.
Ian A. Lewis ialewis@nmrfam.wisc.edu, Seth C. Schommer schommer@nmrfam.wisc.edu
ed
for extracting data from rNMR plots and tables;
pp
for generating peak lists; roi
for generating
ROI tables; rSum
for generating ROI summaries; rNMR
for other rNMR help topics.