msimatreadcsv: Read CSV file to msimat object

Description Usage Arguments Value

Description

Internal function used by msimat to read CSV file

Usage

1
msimatreadcsv(csv, sep, remove.zeroes, header, check.names, row.names, ...)

Arguments

csv

filename; CSV-formatted table of intensities arranged by peak masses (columns, with column headers) and pixel spots (rows, with row names)

sep

character; column separator in CSV file (default: ",")

remove.zeroes

logical; remove columns where all values are zero? (default: TRUE)

header

logical; (default: TRUE)

check.names

logical; (default: FALSE)

row.names

numeric; column in import table specifying row names (default: 1)

...

Parameters to be passed to read.csv()

Value

Object of class msimat


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