mzids: Creates a new mzids object

Description Usage Arguments Value

Description

What is an mzids object and why would I want to use it?

Usage

1
2
mzids(mz, rt, n_mz = 6, n_rt = 4, sep = "_", tag = "mzid",
  source = NA)

Arguments

mz

vector numeric: The mz and rt. Scalar values are broadcast.

rt

vector numeric: The mz and rt. Scalar values are broadcast.

n_mz

scalar integerish: The number of digits after the decimal point from the mz and the rt to be used in

n_rt

scalar integerish: The number of digits after the decimal point from the mz and the rt to be used in

sep

scalar character: character separator in mzid

tag

scalar character: tag at start of mzid

source

vector character: data source of the mzids. Pass 'NA' to keep the field, but fill with 'NA', pass 'NULL' to create an object without the fields. Scalar values are broadcast

Value

mzid object


biodatacore/biodatacoreUtils documentation built on May 28, 2019, 7:11 p.m.