Jardeko-1127 / PredRet

Shiny app for retention time prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PredRet

R package and shiny app (used for the website) for prediction of retention times.

Installation

The shiny apps that runs on the PredRet.org server is in retdb and retdb_admin.


The R package to retrieve data from the database directly from R can be installed with:

install.packages("devtools")
library(devtools)

source("https://bioconductor.org/biocLite.R")
biocLite("pcaMethods")

install_github("mongosoup/rmongodb")
install_github("stanstrup/Rplot.extra")
install_github("stanstrup/massageR")

install_github("stanstrup/PredRet",subdir = "PredRetR")

Resources

The publication is available from http://dx.doi.org/10.1021/acs.analchem.5b02287.

Visit the website at http://predret.org to start predicting retention times!

About

Shiny app for retention time prediction

License:GNU General Public License v2.0


Languages

Language:JavaScript 67.8%Language:R 21.3%Language:HTML 8.4%Language:CSS 2.5%Language:Makefile 0.1%Language:Rebol 0.0%Language:Batchfile 0.0%Language:PostScript 0.0%