Skip to content

FastRet, a R package for fast and simple Retention time prediciton in Liquid Chromotatography

Notifications You must be signed in to change notification settings

ChristianAmes/FastRet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

FastRet, a R package for fast and simple Retention time prediciton in Liquid Chromotatography

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages