mergeOswAnalytes_ChromHeader: Merge dataframes from OSW and mzML files

View source: R/merge_osw_mzml.R

mergeOswAnalytes_ChromHeaderR Documentation

Merge dataframes from OSW and mzML files

Description

Merges dataframes on transition_id(OSW) = chromatogramId(mzML).

Usage

mergeOswAnalytes_ChromHeader(
  oswAnalytes,
  chromHead,
  analyteFDR = 1,
  runType = "DIA_Proteomics"
)

Arguments

oswAnalytes

(dataframe) This is an output of getOswFiles.

chromHead

(dataframe) This has two columns: chromatogramId and chromatogramIndex with integer values.

analyteFDR

(numeric) Not used.

runType

(char) This must be one of the strings "DIA_Proteomics", "DIA_Metabolomics".

Value

Invisible NULL

Author(s)

Shubham Gupta, shubh.gupta@mail.utoronto.ca

ORCID: 0000-0003-3500-8152

License: (c) Author (2019) + GPL-3 Date: 2019-12-13

See Also

getOswFiles


shubham1637/DIAlignR documentation built on March 29, 2023, 8:45 p.m.