read_mz_file: Reads MAVEN output as .csv or .xlsx file

Description Usage Arguments Value

Description

Reads MAVEN output. File can be .xlsx or .csv, must have a column containing mz values

Usage

1
2
  read_mz_file(fn = "data/maven-output.csv",
    sheetIndex = 1, col = "medMz")

Arguments

fn

Filename (including path if necessary)

sheetIndex

If Excel sheet, the index number of the worksheet

Value

A data frame of whatever


adsteen/metabalize documentation built on May 10, 2019, 7:27 a.m.