Learn R Programming

LipidMS (version 3.0.3)

organizeResults: Prepare output for LipidMS annotation functions

Description

Prepare a readable output for LipidMS identification functions.

Usage

organizeResults(
  candidates,
  clfrags,
  classConf,
  chainsComb,
  intrules,
  intConf,
  nchains,
  class,
  acquisitionmode
)

Arguments

candidates

candidates data frame. Output of findCandidates.

clfrags

vector containing the expected fragments for a given lipid class.

classConf

output of checkClass

chainsComb

output of combineChains

intrules

character vector specifying the fragments to compare. See checkIntensityRules.

intConf

output of checkIntensityRules

nchains

number of chains of the targeted lipid class.

class

character value. Lipid class (i.e. PC, PE, DG, TG, etc.).

acquisitionmode

acquisition mode (DIA or DDA).

Author

M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>

Details

Coelution score for DIA data is calculated as the mean coelution score of all fragments used for annotation, while for DDA data, it is calculated as the sum relative intensity of those fragments in theie MS2 scan.