Learn R Programming

LipidMS (version 3.0.5)

searchIsotopesmsbatch: Targeted isotopes search for msbatch

Description

This function uses annotation results of deisotoped data to search for isotopes in raw data.

Usage

searchIsotopesmsbatch(
  msbatch,
  label,
  adductsTable = LipidMS::adductsTable,
  ppm = 10,
  coelCutoff = 0.7
)

Value

List with the isotopes for each compound in the results data frame.

Arguments

msbatch

annotated msbatch.

label

isotope employed for the experiment. It can be "13C" or "D".

adductsTable

adducts table employed for lipids annotation.

ppm

mass error tolerance.

coelCutoff

coelution score threshold between isotopes. By default, 0.7.

Author

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

Examples

Run this code
if (FALSE) {
msbatch <- batchProcessing(metadata = "metadata.csv", polarity = "positive")
msbatch <- alignmsbatch(msbatch)
msbatch <- groupmsbatch(msbatch)
msbatch <- annotatemsbatch(msbatch)
searchIsotopesmsbatch(msbatch, label = "13C")
}

Run the code above in your browser using DataLab