saveParameters: Saves the parameters of a tool in the pipeline of Prostar

Description Usage Arguments Value Author(s) Examples

View source: R/inOutFiles.R

Description

Saves the parameters of a tool in the pipeline of Prostar

Usage

1
saveParameters(obj, name.dataset = NULL, name = NULL, l.params = NULL)

Arguments

obj

An object of class MSnSet

name.dataset

The name of the dataset

name

The name of the tool. Available values are: "Norm, Imputation, anaDiff, GOAnalysis,Aggregation"

l.params

A list that contains the parameters

Value

An instance of class MSnSet.

Author(s)

Samuel Wieczorek

Examples

1
2
3
utils::data(Exp1_R25_pept, package='DAPARdata')
l.params=list(method="Global quantile alignment", type="overall")
saveParameters(Exp1_R25_pept, "Filtered.peptide", "Imputation",l.params)

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