powered by
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 = "," )
A dataset object containing the processed LC/GC-MS spectra, the sample metadata if provided, and the associated xcms object in
dataset
xcms
xSet.
xSet
Path to the folder containing LC/GC-MS raw files.
Dataset type.
Optional metadata filename.
Dataset description.
Profiling method passed to xcms::xcmsSet().
xcms::xcmsSet()
Full width at half maximum used by xcms.
Bandwidth used for grouping peaks.
Intensity value extracted from xcms peak groups.
Logical indicating whether metadata has column headers.
Logical indicating whether metadata has row headers.
Metadata field separator.
if (FALSE) { folder.name <- "path/to/folder/with/mzml_or_mzxml_files" read_ms_spectra(folder.name, filename.meta = NULL) }
Run the code above in your browser using DataLab