writeMSnsetToCSV {DAPAR}R Documentation

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

Description

This function exports a MSnset dataset into three csv files compressed in a zip file

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


require(DAPARdata)
data(Exp1_R2_pept)
obj <- Exp1_R2_pept[1:1000]
writeMSnsetToCSV(obj, "foo")


[Package DAPAR version 1.16.7 Index]