Description Usage Arguments Value Note Author(s) References See Also Examples
CDF2RData
is a function to do peakpicking based on xcms and CAMERA, the base of the code is from R. Wehrens and was addapted for the MeHaloCoA package
1 |
indir |
The directory where your converted LC-MS data are (accepted format are mzML, mzXML, mzData, CDF) see mzR package for more details on formats |
outdir |
The directory where the results have to be saved, if NULL (default) your working directory is used |
files |
Default= NULL, if you don't want to process all the files in indir you can use the files parameter. The path to the file(s) you want to be processed (accepted format are mzML, mzXML, mzData, CDF) see mzR package for more details on formats. e.g : files=c("c:/mydocs/file1.mzML", "c:/mydocs/files32.mzML") |
settingslist |
|
A list of xsAnnotate objects with each slot being the result of xcms and CAMERA peakpicking process, a slot named samples is added to that list with sample names, and an other names settings keep track of your peakpicking parameters two files are saved in outdir: an.rda with xsAnnotate list and settings.rda with your settings
Many Thanks to R. Wherens for the starting codes
Yann GUITTON
"Wehrens, R., Weingart, G., Mattivi, F., n.d. metaMS: An open-source pipeline for GC-MS-based untargeted metabolomics. Journal of Chromatography B. doi:10.1016/j.jchromb.2014.02.051"
1 2 3 4 5 6 7 8 9 10 11 12 | runGUI()
## Not run:
## Not run:
data(xcmsSettings)
an<-CDF2RData(indir = system.file("doc/mzData", package="MeHaloCoA"), settingslist=xcmsSettings)
## or with files option
data(xcmsSettings)
myfile<-file.path(system.file("doc/mzData", package="MeHaloCoA"),"Q-ToF_Data1.mzData")
an<-CDF2RData(files=myfile, settingslist=xcmsSettings)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.