saveParameters | R Documentation |
Saves the parameters of a tool in the pipeline of Prostar
saveParameters(obj, name.dataset = NULL, name = NULL, l.params = NULL)
obj |
An object of class |
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 |
An instance of class MSnSet
.
Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
l.params <- list(method = "Global quantile alignment", type = "overall")
saveParameters(Exp1_R25_pept, "Filtered.peptide", "Imputation", l.params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.