performMS2searchBatch: performMS2searchBatch

View source: R/tandem_ms.R

performMS2searchBatchR Documentation

performMS2searchBatch

Description

performMS2searchBatch

Usage

performMS2searchBatch(
  mSetObj = NA,
  ppm1 = 10,
  ppm2 = 25,
  dbpath = "",
  frgdbpath = "",
  database = "all",
  similarity_meth = 0,
  precMZ = NA,
  sim_cutoff = 30,
  ionMode = "positive",
  unit1 = "ppm",
  unit2 = "ppm",
  ncores = 1
)

Arguments

mSetObj

mSetObj

ppm1

ppm value for ms1

ppm2

ppm value for ms2

dbpath

database path

frgdbpath

fragmentation database path

database

database option

similarity_meth

similarity computing method

precMZ

mz of precursor

sim_cutoff

filtration cutoff of similarity score. will be enabled soon.

ionMode

ion mode, for ESI+, is should be 1. for ESI-, it should be 0

unit1

ppm or da for ms1 matching

unit2

ppm or da for ms2

ncores

number of cpu cores used to search

Author(s)

Zhiqiang Pang


xia-lab/MetaboAnalystR documentation built on Dec. 23, 2024, 3:44 p.m.