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

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


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