# IPO
[](https://bioconductor.org/packages/IPO/)
[](https://bioconductor.org/packages/stats/bioc/IPO/)
[](http://www.repostatus.org/#unsupported)
Latest release:
[](http://bioconductor.org/packages/release/bioc/html/IPO.html)
Devel:
[](http://bioconductor.org/packages/devel/bioc/html/IPO.html)
[](https://codecov.io/gh/Bioconductor-mirror/IPO/)
@master:
[](https://travis-ci.org/rietho/IPO)
IPO (‘Isotopologue Parameter Optimization’) is a tool for automated Optimization of [XCMS](http://bioconductor.org/packages/xcms/) Parameters. It is a fast and free of labeling steps, and applicable to data from different kinds of samples and data from different methods of liquid chromatography - high resolution mass spectrometry and data from different instruments.
Find out more about the usage in the [package vignette](https://bioconductor.org/packages/devel/bioc/vignettes/IPO/inst/doc/IPO.html) (Biocondcutor development version). The publication is available from http://www.biomedcentral.com/1471-2105/16/118.
## Installation
Get the latest release version from [Bioconductor](http://bioconductor.org/packages/IPO/):
```{r}
## try http:// if https:// URLs are not supported
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("IPO")
````
Or the development version from [Github](https://github.com/rietho/IPO/):
```R
# install.packages("devtools")
devtools::install_github("rietho/IPO")
```