saveParameters {DAPAR}R 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

require(DAPARdata)
data(Exp1_R25_pept)
l.params=list(method="Global quantile alignment", type="overall")
saveParameters(Exp1_R25_pept, "Filtered.peptide", "Imputation",l.params)

[Package DAPAR version 1.16.5 Index]