/skylineR

R wrapper for SRM-MS peak integration using Skyline

Primary LanguageR

skylineR

Project Status: Active - The project has reached a stable, usable state and is being actively developed. License

R wrapper for small molecule SRM-MS integration using Skyline

To download the source;

git clone https://github/com/wilsontom/skylineR

Before building and installing you need to make sure the SkylineRunner.exe is in the inst directory and you need to create and empty directory named 'temp' inside the vignette directory.

You also need to make sure you have a full working installation of Skyline

You can then build the package;

R CMD build skylineR_0.1.0

and then install;

R CMD install skyline_0.1.0.tar.gz

To view the vignettein R console;

vignette('skylineR-vignette',package = 'skylineR')