MetExAnnotation: Title Annotate metabolites by MetEx in one line.

View source: R/MetExAnnotation.R

MetExAnnotationR Documentation

Title Annotate metabolites by MetEx in one line.

Description

Title Annotate metabolites by MetEx in one line.

Usage

MetExAnnotation(
  dbFile,
  ionMode,
  CE = "all",
  tRCalibration = F,
  is.tR.file = NA,
  msRawData,
  MS1deltaMZ,
  MS1deltaTR,
  trRange = 30,
  m = 200,
  entroThre,
  intThre,
  classficationMethod = "NoSVM",
  mgfFilePath,
  MS1MS2DeltaMZ,
  MS1MS2DeltaTR,
  MS2DeltaMZ,
  NeedCleanSpectra = T,
  MS2NoiseRemoval = 0.01,
  onlyKeepMax = T,
  minScore = 0,
  KeepNotMatched = T,
  MS2scoreFilter = 0,
  cores = 1
)

Arguments

dbFile

The file path of database.

ionMode

The ion mode of experiment, "P" or "N".

CE

Collision energy, the default value is "all".

tRCalibration

Whether to perform retention time calibration.

is.tR.file

If retention time calibration is performed, the retention time of IS saved in xlsx should be imported.

msRawData

The file path of mzXML file.

MS1deltaMZ

Tolerance of MS1.

MS1deltaTR

Tolerance of retention time between experiment and database.

entroThre

The information entropy threshold.

intThre

The peak height threshold.

classficationMethod

The classficatioin method of true signals and noises, "NoSVM" or "SVM" is avilable and "NoSVM" is the default value.

MS1MS2DeltaMZ

The tolerance of MS between MS1 and MS2.

MS1MS2DeltaTR

The tolerance of retention time between MS1 and MS2.

MS2DeltaMZ

The tolerance of MS between experiment MS2 and database MS2.

NeedCleanSpectra

T

MS2NoiseRemoval

0.01

onlyKeepMax

T

minScore

0.5

KeepNotMatched

T

MS2scoreFilter

The threshold of MS2 score.

cores

The CPU cores used for parallel computation.

mgfFile

The file path of mgfFile.

Value

MetExAnnotationRes


zhengfj1994/MetEx documentation built on Nov. 19, 2023, 1:34 p.m.