saveParameters {DAPAR} | R Documentation |
Saves the parameters of a tool in the pipeline of Prostar
saveParameters(obj, name = NULL, l.params = NULL)
obj |
An object of class |
name |
The name of the tool. Available values are: "Norm, Imputation, anaDiff, GOAnalysis,Aggregation" |
l.params |
A list that contains the parameters |
An instance of class MSnSet
.
Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) l.params=list(method="Global quantile alignment", type="overall") saveParameters(Exp1_R25_pept, "Imputation",l.params)