forked from oloBion/Retip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (37 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: Retip
Type: Package
Title: Retention Time Prediction for Metabolomics
Version: 0.5.4
Authors@R: c(
person("Paolo", "Bonini", , "[email protected]", c("aut", "cre")),
person("Tobias", "Kind", , "[email protected]",role = "aut"),
person("Hiroshi", "Tsugawa", , "[email protected]", role = "aut"),
person("Dinesh", "Barupal", , "[email protected]", role = "aut"),
person("Oliver", "Fiehn", , "[email protected]", role = "aut"))
Description: Predicted retention time can be useful in liquid chromatography analysis to identify unknowns and removing false positive annotations.
It uses five different machine learning algorithms to built a stable, accurate and fast RT prediction model.
Retip also includes 20 useful biochemical databases.
License: CC BY 4.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends:
R (>= 3.5),
ggplot2,
keras
Imports:
stringi,
caret,
xgboost,
doParallel,
brnn,
rcdk,
dplyr
Suggests:
knitr,
rmarkdown
Enhances:
lightgbm,
Retiplib
URL: https://www.retip.app
VignetteBuilder: knitr