mergeOswAnalytes_ChromHeader: Merge dataframes from OSW and mzML files

Description Usage Arguments Value Author(s) See Also

View source: R/merge_osw_mzml.R

Description

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

Usage

1
2
3
4
5
6
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


Roestlab/DIAlign documentation built on Feb. 25, 2021, 5:18 p.m.