| read_ms_spectra | R Documentation |
Auto-exported function: read_ms_spectra
read_ms_spectra(
folder.name,
type = "undefined",
filename.meta = NULL,
description = "",
prof.method = "bin",
fwhm = 30,
bw = 30,
intvalue = "into",
header.col.meta = TRUE,
header.row.meta = TRUE,
sep.meta = ","
)
folder.name |
Path to the folder containing LC/GC-MS raw files. |
type |
Dataset type. |
filename.meta |
Optional metadata filename. |
description |
Dataset description. |
prof.method |
Profiling method passed to |
fwhm |
Full width at half maximum used by |
bw |
Bandwidth used for grouping peaks. |
intvalue |
Intensity value extracted from |
header.col.meta |
Logical indicating whether metadata has column headers. |
header.row.meta |
Logical indicating whether metadata has row headers. |
sep.meta |
Metadata field separator. |
A dataset object containing the processed LC/GC-MS spectra,
the sample metadata if provided, and the associated xcms object in
xSet.
## Not run:
folder.name <- "path/to/folder/with/mzml_or_mzxml_files"
read_ms_spectra(folder.name, filename.meta = NULL)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.