Description Usage Arguments Value Author(s) Examples
Saves the parameters of a tool in the pipeline of Prostar
1 | 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
1 2 3 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.