README.md

FastRet

The goal of FastRet is to provide easy retention time prediction for Liquid Chromatography especially with small datasets and adapt this prediction for new experiment setups. By providing a GUI to navigate through the steps we removed all barriers to entry this domain of science. The package utilizes rcdk to get predictor variables from SMILES and training regression model (Lasso/XGBoost) on this data.

Installation

You can install the development version of FastRet from GitHub with:

 install.packages("devtools")
 devtools::install_github("ChristianAmes/FastRet", build_vignettes = T)

Starting the GUI

You can start the GUI with one function call.

library(FastRet)

FastRet()

A more in-depth tutorial on how to use this package is available as a vignette

vignette("fastret", package="FastRet")



ChristianAmes/FastRet documentation built on June 17, 2022, 6 a.m.