writeMSnsetToCSV: Exports a MSnset dataset into a zip archive containing three...

Description Usage Arguments Value Author(s) Examples

View source: R/inOutFiles.R

Description

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

Usage

1
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

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

DAPAR documentation built on April 11, 2021, 6 p.m.