Description Usage Arguments Details Value Author(s) References See Also Examples
This function read raw netCDF files and provides a list of peaks and retention time of scans.
1 |
path |
a string including the full path of the CDF files, optional. |
This function gets a path which is optional. In the path, it searches for CDF files and reads them one by one. An RData file is created for each file separately, keeping the original file names. Each file includes a list of peaks, i.e. a combination of mass and intensities of scans, and the retention times of the scans.
a character vector inlcuding the names of the imported netCDF files. The output then can be used with getPeak
function.
Mo R. Nezami Ranjbar
http://omics.georgetown.edu/SIMAT.html
1 2 3 4 5 | # load an example data set
extdata.path <- system.file("extdata", package = "SIMAT")
# read CDF files
file.name <- readCDF(path = extdata.path)
|
Loading required package: Rcpp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.