find_isotopes: Find isotope proportion list

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Find isotope proportion list

Usage

1
2
find_isotopes(i, mz_x, mz_tol = 0.1, binMz = 0.5, mz_only = T,
  ignoreInt = T, predictedIso)

Arguments

i

The i-th product ion, i <= N

mz_x

A MSn-matrix with 2 columns and N rows

mz_tol

mz tolerance

predictedIso

A list of j predicted isopote proportion tibble, j is the j-th isotope, length(.) == isotope number

Value

A vector of length j, indicate whether the i-th product ion is a j-th isotope

Examples

1

qiangziMS/test08 documentation built on May 5, 2019, 6:55 p.m.