Description Usage Arguments Value Examples
output a spectrum library into a PeakView format file
1 2 |
dat |
A data frame of a spectrum library |
filename |
A character string for the name of the output. |
format |
A character string representing the output format. One of "peakview" (default) and "openswath". |
nodup |
A logic value, indicating if remove duplicated sprectrum (default) |
a file with the specified file name (lib.txt as default) will be saved under the current working directory
1 2 3 | file <- paste(system.file("files",package="SwathXtend"),"Lib1.txt",sep="/")
dat <- readLibFile(file)
outputLib(dat)
|
Loading required package: e1071
Loading required package: openxlsx
Loading required package: VennDiagram
Loading required package: grid
Loading required package: futile.logger
Loading required package: lattice
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.