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.
You can install the development version of FastRet from GitHub with:
install.packages("devtools")
devtools::install_github("ChristianAmes/FastRet", build_vignettes = T)
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.