writeMSnsetToCSV {DAPAR}R Documentation

Exports a MSnset dataset into a zip archive containing three zipped CSV files.

Description

Exports a MSnset dataset into a zip archive containing three zipped CSV files.

Usage

writeMSnsetToCSV(obj, fname)

Arguments

obj

An object of class MSnSet.

fname

The name of the archive file.

Value

A compressed file

Author(s)

Samuel Wieczorek

Examples


utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- Exp1_R2_pept[1:1000]
writeMSnsetToCSV(obj, "foo")



[Package DAPAR version 1.24.8 Index]