View source: R/Spectra_import.R
CentroidMSData | R Documentation |
Convert the MS data as centroid
CentroidMSData(InFolder, OutFolder = tempdir(), ncore = 1)
InFolder |
single file/folder name |
OutFolder |
output folder name, if not exits, will create one |
ncore |
the core number for parallel processing, default is 1 |
will output a centroid mzML file into the input path
Zhiqiang Pang zhiqiang.pang@mail.mcgill.ca and Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
InFolder <- system.file("mzData", package = "mtbls2")
# CentroidMSData(InFolder) #remove the # befroe your testing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.