readMzTabString: Read an mzTab-M string into a data frame.

View source: R/read_mz_tab.R

readMzTabStringR Documentation

Read an mzTab-M string into a data frame.

Description

Read an mzTab tab separated file from the passed in string. This file creates a temporary file on disk to check for the maximum number of columns. The returned object is a data.frame as returned by utils::read.table.

Usage

readMzTabString(mzTabString)

Arguments

mzTabString

the mzTab string to parse.


lifs-tools/rmzTab-m documentation built on Jan. 26, 2023, 4:45 p.m.