Import CDF files
This function imports files in NetCDF file format
into MassSpectrum-class
or
MassPeaks-class
objects.
Please note that the RNetCDF is needed.
importCdf(path, ...)
path |
|
... |
arguments to be passed to
|
a list
of MassSpectrum-class
or
MassPeaks-class
objects (depending on the
centroided
argument).
Sebastian Gibb
library("MALDIquant") library("MALDIquantForeign") ## get example directory exampleDirectory <- system.file("exampledata", package="MALDIquantForeign") ## import if (requireNamespace("RNetCDF", quietly=TRUE)) { s <- importCdf(exampleDirectory) } else { message("You have to install the RNetCDF package to use importCdf.") }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.