msimatreadtriplet: Read triplet files to msimat object

Description Usage Arguments Value

View source: R/msimatreadtriplet.R

Description

Internal function used by msimat to read triplet files

Usage

1
msimatreadtriplet(rows, cols, vals, peaks, spots)

Arguments

rows

filename; File of row numbers, 0-based (see note on triplet representation above), one per line

cols

filename; File of column numbers, 0-based, one per line

vals

filename; File of intensity values, one per line

peaks

filename; File of peak mass values, one per line. Order in list should correspond to the column numbers given to argument cols

spots

filename; File of pixel spot names, one per line. Order in list should correspond to the row numbers given to argument rows

Value

Object of class msimat


kbseah/mass2adduct documentation built on June 9, 2021, 9:20 p.m.