delim_to_mzml: Parse Delimited MS files with fread and MALDIquant

View source: R/fct_parseDelimitedMS.R

delim_to_mzmlR Documentation

Parse Delimited MS files with fread and MALDIquant

Description

Parse Delimited MS files with fread and MALDIquant

Usage

delim_to_mzml(
  proteinPaths,
  proteinNames,
  smallMolPaths,
  smallMolNames,
  exportDirectory,
  centroid
)

Arguments

proteinPaths

proteinPaths

proteinNames

proteinNames

smallMolPaths

smallMolPaths

smallMolNames

smallMolNames names of the

exportDirectory

Where will mzml files be written?

centroid

Do the files contain profile or centroid data (currently implemented as just one TRUE/FALSE, but could mappply)

Value

sample-named vector of filpaths of random-named mzml files


chasemc/IDBacApp documentation built on Oct. 22, 2022, 2:52 a.m.