-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.62 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
38
39
40
41
42
43
Package: HANDPrediction
Type: Package
Title: HAND prediction from HIV envelope genetic signatures
Version: 0.1.1
Author: Masato Ogishi
Maintainer: Masato Ogishi <oogishi-tky@umin.ac.jp>
Description: HAND is a neurocognitive dysfunction observed in the cource of chronic HIV infections. Currently HAND is diagnosed by exclusion, and the requirement to exclude other mimicking conditions such as encephalitis makes accurate diagnosis of HAND in resource-limited settings unfeasible.
Therefore, prediction of HAND status from the genetic signatures reflecting the intrahost HIV quasispecies would significantly benefit relevant clinical practices especially in resource-limited settings.
Here, we developped an optimized machine learning framework that yields far better predictive performance than conventional methodologies.
Depends: R (>= 3.4.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
caret (>= 6.0-76),
dplyr (>= 0.7.2.9000),
purrr (>= 0.2.3),
rpanel (>= 1.1-3),
seqinr (>= 3.4-5),
stringr (>= 1.2.0),
tableone (>= 0.8.1),
stringdist (>= 0.9.4.6),
ggplot2 (>= 2.2.1),
ape (>= 4.1),
gridExtra (>= 2.2.1),
DescTools (>= 0.99.21),
Rmisc (>= 1.5),
tidyr (>= 0.6.3),
RColorBrewer (>= 1.1-2),
data.table (>= 1.10.4),
magrittr (>= 1.5),
optimbase (>= 1.0-9),
scales (>= 0.4.1),
grid (>= 3.4.1),
ggthemes (>= 3.4.0),
googleVis (>= 0.6.2),
randomForest (>= 4.6-12),
tibble (>= 1.3.3),
ggsci (>= 2.7),
ggraph (>= 1.0.0),
igraph (>= 1.1.2),
ggtree (>= 2.4.2)