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


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



[Package DAPAR version 1.22.9 Index]