performMS2searchBatch | R Documentation |
performMS2searchBatch
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
)
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 |
Zhiqiang Pang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.