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

View source: R/inOutFiles.R

saveParametersR Documentation

Saves the parameters of a tool in the pipeline of Prostar

Description

Saves the parameters of a tool in the pipeline of Prostar

Usage

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

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)


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.