openSRM: Open SRM Files

View source: R/openSRM.R

openSRMR Documentation

Open SRM Files

Description

Open and parse SRM files into an S4 SRM Object

Usage

openSRM(files, backend = "mzR", parallel = FALSE, cores)

Arguments

files

a character vector of absolute file paths of SRM files in .mzML format

backend

a character string of either mzR (Default) or q3ML. q3ML should only be used as a backend for files which have been converted using a version of pwiz which is not supported by mzR,

parallel

logical; if TRUE then future_map is used for opening files

cores

a numeric value for the number of parallel workers to enable, if parallel = TRUE

Value

an SRM object


wilsontom/sRm documentation built on Sept. 20, 2023, 7:19 a.m.