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

View source: R/inOutFiles.R

writeMSnsetToCSVR 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

data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept[seq_len(10)]
writeMSnsetToCSV(obj, "foo")


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.